Uses of Package
io.microsphere.spring.core.env
Packages that use io.microsphere.spring.core.env
-
Classes in io.microsphere.spring.core.env used by io.microsphere.spring.configClassDescriptionThe interface listens the manipulation of
PropertyResolvers'profiles including:PropertyResolver.getProperty(String, String)PropertyResolver.getProperty(String, Class, Object)PropertyResolver.getRequiredProperty(String, Class)PropertyResolver.resolvePlaceholders(String)PropertyResolver.resolveRequiredPlaceholders(String)ConfigurablePropertyResolver.setRequiredProperties(String...)ConfigurablePropertyResolver.validateRequiredProperties()ConfigurablePropertyResolver.setConversionService(ConfigurableConversionService)ConfigurablePropertyResolver.setPlaceholderPrefix(String)ConfigurablePropertyResolver.setPlaceholderSuffix(String)ConfigurablePropertyResolver.setIgnoreUnresolvableNestedPlaceholders(boolean)ConfigurablePropertyResolver.setValueSeparator(String) -
Classes in io.microsphere.spring.core.env used by io.microsphere.spring.core.envClassDescriptionThe interface listens the manipulation of
ConfigurableEnvironmentincludingProfileListenerandPropertyResolverListener:ConfigurableEnvironment.getPropertySources()ConfigurableEnvironment.getSystemProperties()ConfigurableEnvironment.getSystemEnvironment()ConfigurableEnvironment.merge(ConfigurableEnvironment)The interface listens the manipulation ofEnvironment'sprofiles including:Environment.getActiveProfiles()Environment.getDefaultProfiles()ConfigurableEnvironment.setActiveProfiles(String...)ConfigurableEnvironment.addActiveProfile(String)ConfigurableEnvironment.setDefaultProfiles(String...)The interface listens the manipulation ofPropertyResolvers'profiles including:PropertyResolver.getProperty(String, String)PropertyResolver.getProperty(String, Class, Object)PropertyResolver.getRequiredProperty(String, Class)PropertyResolver.resolvePlaceholders(String)PropertyResolver.resolveRequiredPlaceholders(String)ConfigurablePropertyResolver.setRequiredProperties(String...)ConfigurablePropertyResolver.validateRequiredProperties()ConfigurablePropertyResolver.setConversionService(ConfigurableConversionService)ConfigurablePropertyResolver.setPlaceholderPrefix(String)ConfigurablePropertyResolver.setPlaceholderSuffix(String)ConfigurablePropertyResolver.setIgnoreUnresolvableNestedPlaceholders(boolean)ConfigurablePropertyResolver.setValueSeparator(String)