Class ConfigFacade


  • public final class ConfigFacade
    extends Object
    • Method Detail

      • getOptionalValue

        public static <T> Optional<T> getOptionalValue​(String propertyName,
                                                       Class<T> clazz)
      • getOptionalValue

        public static <T> Optional<T> getOptionalValue​(String propertyNameFormat,
                                                       Class<?> clientIntf,
                                                       Class<T> clazz)
      • getValue

        public static <T> T getValue​(String propertyName,
                                     Class<T> clazz)
      • getValue

        public static <T> T getValue​(String propertyNameFormat,
                                     Class<?> clientIntf,
                                     Class<T> clazz)