Class EnvToProps


  • public class EnvToProps
    extends java.lang.Object
    Helper to lookup includes for map or list based api, usually a json and rest based api. look on the static includes field of the Class first and look for config overrides
    Since:
    6.1.12
    • Constructor Summary

      Constructors 
      Constructor Description
      EnvToProps()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Properties toProperties​(org.springframework.core.env.Environment environment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnvToProps

        public EnvToProps()
    • Method Detail

      • toProperties

        public static java.util.Properties toProperties​(org.springframework.core.env.Environment environment)