| Package | Description |
|---|---|
| ch.jalu.configme.beanmapper | |
| ch.jalu.configme.beanmapper.transformer | |
| ch.jalu.configme.utils |
| Modifier and Type | Method and Description |
|---|---|
TypeInformation<?> |
MappingContext.getParentType() |
protected TypeInformation |
BeanDescriptionFactory.getTypeInfo(PropertyDescriptor descriptor) |
TypeInformation |
BeanPropertyDescription.getTypeInformation() |
| 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.
|
MappingContext |
MappingContext.createChild(TypeInformation<?> parentType) |
protected Object |
Mapper.getPropertyValue(TypeInformation typeInformation,
Object value,
MappingContext context)
Returns a value of type
clazz based on the provided value if possible. |
protected Collection<?> |
Mapper.processCollection(TypeInformation<?> type,
Object value,
MappingContext context) |
protected Map |
Mapper.processMap(TypeInformation<?> type,
Object value,
MappingContext context) |
protected Object |
Mapper.processTransformers(TypeInformation typeInformation,
Object value) |
| Constructor and Description |
|---|
BeanPropertyDescription(String name,
TypeInformation typeInformation,
Method getter,
Method setter) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TypedTransformer.transform(TypeInformation<?> type,
Object value) |
Object |
Transformer.transform(TypeInformation<?> type,
Object value)
Transforms the provided value to the requested type, if possible.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInformation<?> |
TypeInformation.buildGenericType(int index)
Builds a TypeInformation object for the underlying generic type at the given index.
|
static <T> TypeInformation<T> |
TypeInformation.of(Class<T> clazz) |
static <T> TypeInformation<T> |
TypeInformation.of(Class<T> clazz,
Type genericType) |
Copyright © 2016–2018 The AuthMe Team. All rights reserved.