public class ReflectionConfigurationWriter extends Object implements ConfigurationWriter
| Constructor and Description |
|---|
ReflectionConfigurationWriter(Object configuration,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDescriptor |
getPropertyDescriptor(String propertyName,
Class<?> confClass) |
void |
setConfiguration(Object configuration) |
void |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
void |
write(String[] path,
Object inputValue) |
public ReflectionConfigurationWriter(Object configuration, com.fasterxml.jackson.databind.ObjectMapper mapper)
public void setConfiguration(Object configuration)
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
public void write(String[] path, Object inputValue) throws ConfigurationWriterException
write in interface ConfigurationWriterConfigurationWriterExceptionpublic PropertyDescriptor getPropertyDescriptor(String propertyName, Class<?> confClass) throws IntrospectionException
IntrospectionExceptionCopyright © 2016. All rights reserved.