| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind | |
| com.github.nmorel.gwtjackson.rebind.type |
| Modifier and Type | Method and Description |
|---|---|
protected JDeserializerType |
AbstractCreator.getJsonDeserializerFromType(com.google.gwt.core.ext.typeinfo.JType type)
Build a
JDeserializerType that instantiate a JsonSerializer for the given type. |
protected JDeserializerType |
AbstractCreator.getJsonDeserializerFromType(com.google.gwt.core.ext.typeinfo.JType type,
boolean subtype)
Build a
JDeserializerType that instantiate a JsonSerializer for the given type. |
protected JDeserializerType |
AbstractCreator.getKeyDeserializerFromType(com.google.gwt.core.ext.typeinfo.JType type)
Build the
JDeserializerType that instantiate a KeyDeserializer for the given type. |
protected JDeserializerType |
AbstractCreator.getKeyDeserializerFromType(com.google.gwt.core.ext.typeinfo.JType type,
boolean subtype,
boolean useDefault)
Build the
JDeserializerType that instantiate a KeyDeserializer for the given type. |
| Modifier and Type | Method and Description |
|---|---|
JDeserializerType |
JDeserializerType.Builder.build() |
| Constructor and Description |
|---|
JParameterizedDeserializer(JDeserializerType key,
JDeserializerType json)
Constructor for JParameterizedDeserializer.
|
Copyright © 2017. All Rights Reserved.