Class ExternalPropertiesConfigurationFactory


  • public class ExternalPropertiesConfigurationFactory
    extends Object
    Factory for external properties providers Offers methods to work with properties loaded from providers or just configure Jersey's Configurables with loaded properties from providers
    • Constructor Detail

      • ExternalPropertiesConfigurationFactory

        public ExternalPropertiesConfigurationFactory()
    • Method Detail

      • configure

        public static boolean configure​(Configurable config)
        Input Configurable object shall be provided in order to be filled with all found properties
        Parameters:
        config - Input Configurable initialised object to be filled with properties
        Returns:
        true if configured false otherwise