Class HoconConfigPropertySource


  • public class HoconConfigPropertySource
    extends org.springframework.core.env.PropertySource<com.typesafe.config.Config>
    • 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 Summary

      Constructors 
      Constructor Description
      HoconConfigPropertySource​(java.lang.String name, com.typesafe.config.Config source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getProperty​(java.lang.String path)  
      • Methods inherited from class org.springframework.core.env.PropertySource

        containsProperty, equals, getName, getSource, hashCode, named, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HoconConfigPropertySource

        public HoconConfigPropertySource​(java.lang.String name,
                                         com.typesafe.config.Config source)
    • Method Detail

      • getProperty

        public java.lang.Object getProperty​(java.lang.String path)
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<com.typesafe.config.Config>