Class PropertyProcessorChain

  • Direct Known Subclasses:
    CustomPropertySourceChain, DefaultPropertySourceChain

    public abstract class PropertyProcessorChain
    extends org.springframework.core.env.EnumerablePropertySource<Object>
    PropertySource to be used as a placeholder in cases where an actual property source cannot be eagerly initialized at application context creation time.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

        org.springframework.core.env.PropertySource.StubPropertySource
    • Field Summary

      • Fields inherited from class org.springframework.core.env.PropertySource

        logger, name, source
    • Constructor Detail

      • PropertyProcessorChain

        public PropertyProcessorChain​(String name)
    • Method Detail

      • getProperty

        public Object getProperty​(String name)
        Method which resolves @value annotation queries and return result in the form of byte array.
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<Object>