Interface ConfigurableReactiveWebEnvironment

  • All Superinterfaces:
    org.springframework.core.env.ConfigurableEnvironment, org.springframework.core.env.ConfigurablePropertyResolver, org.springframework.core.env.Environment, org.springframework.core.env.PropertyResolver
    All Known Implementing Classes:
    StandardReactiveWebEnvironment

    public interface ConfigurableReactiveWebEnvironment
    extends org.springframework.core.env.ConfigurableEnvironment
    Specialization of ConfigurableEnvironment for reactive application contexts.
    Since:
    2.0.0
    See Also:
    ConfigurableApplicationContext.getEnvironment()
    • Method Summary

      • Methods inherited from interface org.springframework.core.env.ConfigurableEnvironment

        addActiveProfile, getPropertySources, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfiles
      • Methods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver

        getConversionService, setConversionService, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredProperties
      • Methods inherited from interface org.springframework.core.env.Environment

        acceptsProfiles, acceptsProfiles, getActiveProfiles, getDefaultProfiles
      • Methods inherited from interface org.springframework.core.env.PropertyResolver

        containsProperty, getProperty, getProperty, getProperty, getProperty, getRequiredProperty, getRequiredProperty, resolvePlaceholders, resolveRequiredPlaceholders