Package | Description |
---|---|
com.sdicons.json.mapper |
Mapping Java domain classes to the JSON domain so that the generated JSON is nice and clean.
|
com.sdicons.json.mapper.helper |
All the specialized mappers that know how to map instances of a specific class.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONMapper.addHelper(ClassMapper helper)
Add custom helper class.
|
Constructor and Description |
---|
JSONMapper(ClassMapper... helpers) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexClassMapper
The ComplexClassMapper can make use of extra type information from generic declarations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapper |
class |
ArrayMapper
Map native arrays from and to JSON arrays.
|
class |
BigDecimalMapper |
class |
BigIntegerMapper |
class |
BooleanMapper |
class |
ByteMapper |
class |
CharacterMapper |
class |
CollectionMapper |
class |
DateMapper |
class |
DoubleMapper |
class |
EnumMapper |
class |
FloatMapper |
class |
IntegerMapper |
class |
LongMapper |
class |
MapMapper |
class |
ObjectMapperFields |
class |
ObjectMapperMeta |
class |
ObjectMapperProps |
class |
ShortMapper |
class |
StringMapper |
Copyright © 2012. All Rights Reserved.