| Package | Description |
|---|---|
| ch.jalu.configme.beanmapper |
| Modifier and Type | Method and Description |
|---|---|
MappingContext |
MappingContext.createChild(TypeInformation<?> parentType) |
static MappingContext |
MappingContext.root() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
Mapper.convertToBean(TypeInformation<T> type,
Object value,
MappingContext context)
Converts the provided value to the requested JavaBeans class if possible.
|
protected Object |
Mapper.getPropertyValue(TypeInformation typeInformation,
Object value,
MappingContext context)
Returns a value of type
clazz based on the provided value if possible. |
void |
MappingErrorHandler.handleError(Class<?> type,
MappingContext context) |
protected Collection<?> |
Mapper.processCollection(TypeInformation<?> type,
Object value,
MappingContext context) |
protected Map |
Mapper.processMap(TypeInformation<?> type,
Object value,
MappingContext context) |
Copyright © 2016–2018 The AuthMe Team. All rights reserved.