Package | Description |
---|---|
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 |
---|---|
Object |
StringMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
ShortMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
ObjectMapperProps.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
ObjectMapperMeta.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
ObjectMapperFields.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
MapMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
LongMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
IntegerMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
FloatMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
EnumMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
DoubleMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
DateMapper.toJava(JSONMapper mapper,
JSONValue jsonVal,
Class<?> aRequestedClass) |
Object |
CollectionMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
ClassMapper.toJava(JSONMapper mapper,
JSONValue json,
Class<?> requestedClass)
Map an instance from the JSON model to Java.
|
Object |
CharacterMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
ByteMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
BooleanMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
BigIntegerMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
BigDecimalMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
ArrayMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRequestedClass) |
Object |
MapMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRawClass,
Type[] aTypes) |
Object |
ComplexClassMapper.toJava(JSONMapper mapper,
JSONValue json,
Class<?> requestedClass,
Type[] types) |
Object |
CollectionMapper.toJava(JSONMapper mapper,
JSONValue aValue,
Class<?> aRawClass,
Type[] aTypes) |
JSONValue |
ShortMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
ObjectMapperProps.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
ObjectMapperMeta.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
ObjectMapperFields.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
MapMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
LongMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
IntegerMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
FloatMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
DoubleMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
DateMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
ComplexClassMapper.toJSON(JSONMapper mapper,
Object pojo) |
JSONValue |
CollectionMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
ClassMapper.toJSON(JSONMapper mapper,
Object pojo)
Map a Java instance to an instance of the JSON model.
|
JSONValue |
ByteMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
BooleanMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
BigIntegerMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
BigDecimalMapper.toJSON(JSONMapper mapper,
Object aPojo) |
JSONValue |
ArrayMapper.toJSON(JSONMapper mapper,
Object aObj) |
JSONValue |
AbstractMapper.toJSON(JSONMapper mapper,
Object aPojo) |
Copyright © 2012. All Rights Reserved.