Class SpringBootAutoConfigurer.FeaturesSelector

java.lang.Object
dev.orne.config.spring.SpringBootAutoConfigurer.FeaturesSelector
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportSelector, org.springframework.context.EnvironmentAware
Enclosing class:
SpringBootAutoConfigurer

@API(status=INTERNAL, since="1.0") public static class SpringBootAutoConfigurer.FeaturesSelector extends Object implements org.springframework.context.annotation.ImportSelector, org.springframework.context.EnvironmentAware
Import selector for the features to enable based on environment properties.
Since:
1.0
Version:
1.0, 2025-11
Author:
(w) Iker Hernaez
  • Constructor Details

    • FeaturesSelector

      public FeaturesSelector()
      Creates a new instance.
  • Method Details

    • setEnvironment

      public void setEnvironment(@NotNull @NotNull org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware
    • selectImports

      public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
      Specified by:
      selectImports in interface org.springframework.context.annotation.ImportSelector