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