Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.core.env Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
AbstractEnvironmentAbstract base class for Environment implementations.Classorg.springframework.core.envSpring MVC
AbstractPropertyResolverAbstract base class for resolving properties against any underlying source.Classorg.springframework.core.envSpring MVC
CommandLinePropertySourceAbstract base class for PropertySource implementations backed by command linearguments.Classorg.springframework.core.envSpring MVC
CompositePropertySourceComposite PropertySource implementation that iterates over a set ofPropertySource instances.Classorg.springframework.core.envSpring MVC
ConfigurableEnvironmentConfiguration interface to be implemented by most if not all Environment types.Interfaceorg.springframework.core.envSpring MVC
ConfigurablePropertyResolverConfiguration interface to be implemented by most if not all PropertyResolver types.Interfaceorg.springframework.core.envSpring MVC
EnumerablePropertySourceA PropertySource implementation capable of interrogating itsunderlying source object to enumerate all possible property name/valueClassorg.springframework.core.envSpring MVC
EnvironmentInterface representing the environment in which the current application is running.Interfaceorg.springframework.core.envSpring MVC
EnvironmentCapableInterface indicating a component that contains and exposes an Environment reference.Interfaceorg.springframework.core.envSpring MVC
JOptCommandLinePropertySourceCommandLinePropertySource implementation backed by a JOpt OptionSet.Classorg.springframework.core.envSpring MVC
MapPropertySourcePropertySource that reads keys and values from a Map object.Classorg.springframework.core.envSpring MVC
MissingRequiredPropertiesExceptionException thrown when required properties are not found.Classorg.springframework.core.envSpring MVC
MutablePropertySourcesDefault implementation of the PropertySources interface.Classorg.springframework.core.envSpring MVC
PropertiesPropertySourcePropertySource implementation that extracts properties from aNote that because a Properties object is technically anClassorg.springframework.core.envSpring MVC
PropertyResolverInterface for resolving properties against any underlying source.Interfaceorg.springframework.core.envSpring MVC
PropertySourceAbstract base class representing a source of name/value property pairs.Classorg.springframework.core.envSpring MVC
PropertySource .StubPropertySourcePropertySource to be used as a placeholder in cases where an actualproperty source cannot be eagerly initialized at application contextClassorg.springframework.core.env.PropertySourceSpring MVC
PropertySourcesHolder containing one or more PropertySource objects.Interfaceorg.springframework.core.envSpring MVC
PropertySourcesPropertyResolverPropertyResolver implementation that resolves property values againstan underlying set of PropertySources.Classorg.springframework.core.envSpring MVC
SimpleCommandLinePropertySourceCommandLinePropertySource implementation backed by a simple String array.Classorg.springframework.core.envSpring MVC
StandardEnvironmentEnvironment implementation suitable for use in 'standard' (i.Classorg.springframework.core.envSpring MVC
SystemEnvironmentPropertySourceSpecialization of MapPropertySource designed for use withsystem environment variables.Classorg.springframework.core.envSpring MVC