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.
|
Class and Description |
---|
ClassMapper
It is a ClassHelper which knows how to map the instances of a range of classes from JSON to Java and vice versa.
|
Class and Description |
---|
AbstractMapper |
ClassMapper
It is a ClassHelper which knows how to map the instances of a range of classes from JSON to Java and vice versa.
|
ComplexClassMapper
The ComplexClassMapper can make use of extra type information from generic declarations.
|
Copyright © 2012. All Rights Reserved.