| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseConfigurationFactory<T> |
A generic factory class for loading configuration files, binding them to configuration objects, and
validating their constraints.
|
class |
JsonConfigurationFactory<T> |
A factory class for loading JSON configuration files, binding them to configuration objects, and
validating their constraints.
|
class |
YamlConfigurationFactory<T> |
A factory class for loading YAML configuration files, binding them to configuration objects, and
validating their constraints.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConfigurationFactory<T> |
ConfigurationFactoryFactory.create(java.lang.Class<T> klass,
javax.validation.Validator validator,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
java.lang.String propertyPrefix) |
|
ConfigurationFactory<T> |
DefaultConfigurationFactoryFactory.create(java.lang.Class<T> klass,
javax.validation.Validator validator,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
java.lang.String propertyPrefix) |
Copyright © 2018. All rights reserved.