public class DefaultConfigurationFactoryFactory<T> extends Object implements ConfigurationFactoryFactory<T>
| Constructor and Description |
|---|
DefaultConfigurationFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationFactory<T> |
create(Class<T> klass,
javax.validation.Validator validator,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String propertyPrefix) |
public ConfigurationFactory<T> create(Class<T> klass, javax.validation.Validator validator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String propertyPrefix)
create in interface ConfigurationFactoryFactory<T>Copyright © 2016. All rights reserved.