T - the type of the configuration objects to produceConfigurationFactory<T>public class JsonConfigurationFactory<T> extends BaseConfigurationFactory<T>
mapper| Constructor | Description |
|---|---|
JsonConfigurationFactory(java.lang.Class<T> klass,
javax.validation.Validator validator,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
java.lang.String propertyPrefix) |
Creates a new configuration factory for the given class.
|
addOverride, build, build, build, createParserbuildpublic JsonConfigurationFactory(java.lang.Class<T> klass, javax.validation.Validator validator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, java.lang.String propertyPrefix)
klass - the configuration classvalidator - the validator to useobjectMapper - the Jackson ObjectMapper to usepropertyPrefix - the system property name prefix used by overridesCopyright © 2018. All rights reserved.