Class StandardReactiveWebEnvironment
java.lang.Object
org.springframework.core.env.AbstractEnvironment
org.springframework.core.env.StandardEnvironment
org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
- All Implemented Interfaces:
- ConfigurableReactiveWebEnvironment,- ConfigurableEnvironment,- ConfigurablePropertyResolver,- Environment,- PropertyResolver
public class StandardReactiveWebEnvironment
extends StandardEnvironment
implements ConfigurableReactiveWebEnvironment
Environment implementation to be used by Reactive-based web
 applications. All web-related (reactive-based) ApplicationContext classes
 initialize an instance by default.- Since:
- 2.0.0
- Author:
- Phillip Webb
- 
Field SummaryFields inherited from class org.springframework.core.env.StandardEnvironmentSYSTEM_ENVIRONMENT_PROPERTY_SOURCE_NAME, SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAMEFields inherited from class org.springframework.core.env.AbstractEnvironmentACTIVE_PROFILES_PROPERTY_NAME, DEFAULT_PROFILES_PROPERTY_NAME, IGNORE_GETENV_PROPERTY_NAME, logger, RESERVED_DEFAULT_PROFILE_NAME
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedStandardReactiveWebEnvironment(MutablePropertySources propertySources) 
- 
Method SummaryMethods inherited from class org.springframework.core.env.StandardEnvironmentcustomizePropertySourcesMethods inherited from class org.springframework.core.env.AbstractEnvironmentacceptsProfiles, acceptsProfiles, addActiveProfile, containsProperty, createPropertyResolver, doGetActiveProfiles, doGetActiveProfilesProperty, doGetDefaultProfiles, doGetDefaultProfilesProperty, getActiveProfiles, getConversionService, getDefaultProfiles, getProperty, getProperty, getProperty, getProperty, getPropertyResolver, getPropertySources, getRequiredProperty, getRequiredProperty, getReservedDefaultProfiles, getSystemEnvironment, getSystemProperties, isProfileActive, merge, resolvePlaceholders, resolveRequiredPlaceholders, setActiveProfiles, setConversionService, setDefaultProfiles, setEscapeCharacter, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, suppressGetenvAccess, toString, validateProfile, validateRequiredPropertiesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.core.env.ConfigurableEnvironmentaddActiveProfile, getPropertySources, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfilesMethods inherited from interface org.springframework.core.env.ConfigurablePropertyResolvergetConversionService, setConversionService, setEscapeCharacter, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredPropertiesMethods inherited from interface org.springframework.core.env.EnvironmentacceptsProfiles, acceptsProfiles, getActiveProfiles, getDefaultProfiles, matchesProfilesMethods inherited from interface org.springframework.core.env.PropertyResolvercontainsProperty, getProperty, getProperty, getProperty, getProperty, getRequiredProperty, getRequiredProperty, resolvePlaceholders, resolveRequiredPlaceholders
- 
Constructor Details- 
StandardReactiveWebEnvironmentpublic StandardReactiveWebEnvironment()
- 
StandardReactiveWebEnvironment
 
-