| Package | Description |
|---|---|
| com.tomasteubner.common.json.mapper |
This package contains some standard mappers.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReflectiveMapper.AttributeMapper[] |
ReflectiveMapper.attributeMappers |
| Modifier and Type | Method and Description |
|---|---|
static ReflectiveMapper.AttributeMapper |
ReflectiveMapper.createBeanAttributeMapper(String name,
Method getter,
Method setter,
JSONMapper<?> mapper) |
static ReflectiveMapper.AttributeMapper |
ReflectiveMapper.createFieldMapper(Field field,
JSONMapper<?> mapper) |
| Constructor and Description |
|---|
ReflectiveMapper(Class<T> type,
Constructor<T> constructor,
ReflectiveMapper<? super T> parentMapper,
ReflectiveMapper.AttributeMapper[] attributeMappers) |
Copyright © 2014–2016 Tomas Teubner. All rights reserved.