Uses of Interface
io.dropwizard.configuration.ConfigurationFactory
-
-
Uses of ConfigurationFactory in io.dropwizard.configuration
Classes in io.dropwizard.configuration that implement ConfigurationFactory Modifier and Type Class Description classBaseConfigurationFactory<T>A generic factory class for loading configuration files, binding them to configuration objects, and validating their constraints.classJsonConfigurationFactory<T>A factory class for loading JSON configuration files, binding them to configuration objects, and validating their constraints.classYamlConfigurationFactory<T>A factory class for loading YAML configuration files, binding them to configuration objects, and validating their constraints.Methods in io.dropwizard.configuration that return ConfigurationFactory Modifier and Type Method Description ConfigurationFactory<T>ConfigurationFactoryFactory. create(Class<T> klass, javax.validation.Validator validator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String propertyPrefix)Creates a new configuration factory for the given class.ConfigurationFactory<T>DefaultConfigurationFactoryFactory. create(Class<T> klass, javax.validation.Validator validator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String propertyPrefix)
-