T - the type of the configuration objects to producepublic class YamlConfigurationFactory<T> extends BaseConfigurationFactory<T>
mapper| Constructor and Description |
|---|
YamlConfigurationFactory(Class<T> klass,
javax.validation.Validator validator,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String propertyPrefix)
Creates a new configuration factory for the given class.
|
addOverride, build, build, build, createParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic YamlConfigurationFactory(Class<T> klass, @Nullable javax.validation.Validator validator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String propertyPrefix)
klass - the configuration classvalidator - the validator to useobjectMapper - the Jackson ObjectMapper to usepropertyPrefix - the system property name prefix used by overridesCopyright © 2020. All rights reserved.