Class ConfigurationProxy


  • public class ConfigurationProxy
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T create​(java.lang.Class<T> type, java.util.Map<java.lang.String,​java.lang.Object> properties)  
      • Methods inherited from class java.lang.Object

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

      • ConfigurationProxy

        public ConfigurationProxy()
    • Method Detail

      • create

        public static <T> T create​(java.lang.Class<T> type,
                                   java.util.Map<java.lang.String,​java.lang.Object> properties)