| 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 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 JSerializerType |
AbstractCreator.getKeySerializerFromType(com.google.gwt.core.ext.typeinfo.JType type)
Build the string that instantiate a
KeySerializer for the given type. |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.thirdparty.guava.common.base.Optional<JSerializerType> |
AbstractBeanJsonCreator.getIdentitySerializerType(BeanIdentityInfo identityInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBeanJsonCreator.generateBeanPropertySerializerBody(com.google.gwt.user.rebind.SourceWriter source,
com.google.gwt.core.ext.typeinfo.JClassType beanType,
PropertyInfo property,
JSerializerType serializerType) |
protected void |
AbstractBeanJsonCreator.generatePropertySerializerParameters(com.google.gwt.user.rebind.SourceWriter source,
PropertyInfo property,
JSerializerType serializerType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBeanJsonCreator.generateIdentifierSerializationInfo(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<JSerializerType> serializerType) |
| Modifier and Type | Method and Description |
|---|---|
JSerializerType |
JSerializerType.Builder.build() |
| Constructor and Description |
|---|
JSerializerType(boolean beanMapper,
com.google.gwt.core.ext.typeinfo.JType type,
java.lang.String instance,
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<JSerializerType> parameters) |
Copyright © 2015. All Rights Reserved.