| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanJsonDeserializerCreator.buildSpecific(com.squareup.javapoet.TypeSpec.Builder typeBuilder) |
protected abstract void |
AbstractBeanJsonCreator.buildSpecific(com.squareup.javapoet.TypeSpec.Builder typeBuilder)
Method implemented by childs to add specific methods to the builder.
|
BeanJsonMapperInfo |
AbstractBeanJsonCreator.create()
Creates an implementation of
AbstractBeanJsonSerializer for the type given in
parameter |
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 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 JDeserializerType |
AbstractCreator.getKeyDeserializerFromType(com.google.gwt.core.ext.typeinfo.JType type)
Build the
JDeserializerType that instantiate a KeyDeserializer 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. |
Copyright © 2016. All Rights Reserved.