| 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 the string that instantiate a
JsonDeserializer for the given type. |
protected JDeserializerType |
AbstractCreator.getJsonDeserializerFromType(com.google.gwt.core.ext.typeinfo.JType type,
boolean subtype)
Build the string that instantiate a
JsonDeserializer for the given type. |
protected JDeserializerType |
AbstractCreator.getKeyDeserializerFromType(com.google.gwt.core.ext.typeinfo.JType type)
Build the string that instantiate a
KeyDeserializer for the given type. |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.thirdparty.guava.common.base.Optional<JDeserializerType> |
AbstractBeanJsonCreator.getIdentityDeserializerType(BeanIdentityInfo identityInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBeanJsonCreator.generateIdentifierDeserializationInfo(com.google.gwt.user.rebind.SourceWriter source,
com.google.gwt.core.ext.typeinfo.JClassType type,
BeanIdentityInfo identityInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<JDeserializerType> deserializerType) |
| Modifier and Type | Method and Description |
|---|---|
JDeserializerType |
JDeserializerType.Builder.build() |
| Constructor and Description |
|---|
JDeserializerType(boolean beanMapper,
com.google.gwt.core.ext.typeinfo.JType type,
java.lang.String instance,
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<JDeserializerType> parameters) |
Copyright © 2014. All Rights Reserved.