| Package | Description |
|---|---|
| ch.jalu.configme.beanmapper |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingContextImpl
Standard implementation of
MappingContext. |
| Modifier and Type | Method and Description |
|---|---|
MappingContext |
MappingContext.createChild(String name,
TypeInformation typeInformation)
Creates a child context with the given path addition ("name") and type information.
|
MappingContext |
MappingContextImpl.createChild(String subPath,
TypeInformation typeInformation) |
protected MappingContext |
MapperImpl.createRootMappingContext(TypeInformation beanType) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MapperImpl.convertValueForType(MappingContext context,
Object value)
Main method for converting a value to another type.
|
protected Object |
MapperImpl.createBean(MappingContext context,
Object value)
Converts the provided value to the requested JavaBeans class if possible.
|
protected Collection |
MapperImpl.createCollection(MappingContext context,
Object value)
Handles the creation of Collection properties.
|
protected Map |
MapperImpl.createMap(MappingContext context,
Object value)
Handles the creation of a Map property.
|
protected Object |
MapperImpl.createOptional(MappingContext context,
Object value) |
protected Object |
MapperImpl.handleSpecialTypes(MappingContext context,
Object value)
Handles special types in the bean mapping process which require special handling.
|
| Constructor and Description |
|---|
ConfigMeMapperException(MappingContext mappingContext,
String message)
Creates an exception which incorporates the mapping context's description into the provided message.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.