Uses of Interface
org.springframework.core.env.ConfigurableEnvironment
Packages that use ConfigurableEnvironment
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Support classes for Spring's resource abstraction.
-
Uses of ConfigurableEnvironment in org.springframework.core.env
Classes in org.springframework.core.env that implement ConfigurableEnvironmentModifier and TypeClassDescriptionclassAbstract base class forEnvironmentimplementations.classEnvironmentimplementation suitable for use in 'standard' (i.e.Methods in org.springframework.core.env with parameters of type ConfigurableEnvironmentModifier and TypeMethodDescriptionvoidAbstractEnvironment.merge(ConfigurableEnvironment parent) voidConfigurableEnvironment.merge(ConfigurableEnvironment parent) Append the given parent environment's active profiles, default profiles, and property sources to this (child) environment's respective collections of each. -
Uses of ConfigurableEnvironment in org.springframework.core.io.support
Constructors in org.springframework.core.io.support with parameters of type ConfigurableEnvironmentModifierConstructorDescriptionPropertySourceProcessor(ConfigurableEnvironment environment, ResourceLoader resourceLoader)