| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AbstractBeanJsonCreator.create(com.google.gwt.core.ext.typeinfo.JClassType beanType)
Creates an implementation of
AbstractBeanJsonSerializer for the type given in
parameter |
protected com.google.gwt.thirdparty.guava.common.base.Optional<JDeserializerType> |
AbstractBeanJsonCreator.getIdentityDeserializerType(BeanIdentityInfo identityInfo) |
protected com.google.gwt.thirdparty.guava.common.base.Optional<JSerializerType> |
AbstractBeanJsonCreator.getIdentitySerializerType(BeanIdentityInfo identityInfo) |
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 JSerializerType |
AbstractCreator.getJsonSerializerFromType(com.google.gwt.core.ext.typeinfo.JType type)
Build the string that instantiate a
JsonSerializer for the given type. |
protected JSerializerType |
AbstractCreator.getJsonSerializerFromType(com.google.gwt.core.ext.typeinfo.JType type,
boolean subtype)
Build the string that instantiate a
JsonSerializer 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. |
protected JSerializerType |
AbstractCreator.getKeySerializerFromType(com.google.gwt.core.ext.typeinfo.JType type)
Build the string that instantiate a
KeySerializer for the given type. |
protected void |
BeanJsonDeserializerCreator.writeClassBody(com.google.gwt.user.rebind.SourceWriter source,
BeanInfo beanInfo,
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> properties) |
protected abstract void |
AbstractBeanJsonCreator.writeClassBody(com.google.gwt.user.rebind.SourceWriter source,
BeanInfo info,
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> properties) |
Copyright © 2014. All Rights Reserved.