Class OptionsPropertySource


  • public class OptionsPropertySource
    extends org.springframework.core.env.PropertySource<Options>
    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY  
      • Fields inherited from class org.springframework.core.env.PropertySource

        logger, name, source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getProperty​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from class org.springframework.core.env.PropertySource

        containsProperty, equals, getName, getSource, hashCode, named, toString
    • Constructor Detail

      • OptionsPropertySource

        public OptionsPropertySource​(@Nonnull
                                     Options source)
    • Method Detail

      • getProperty

        public java.lang.Object getProperty​(@Nonnull
                                            java.lang.String s)
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<Options>