| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind | |
| com.github.nmorel.gwtjackson.rebind.type |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.core.ext.typeinfo.JClassType |
AbstractBeanJsonCreator.findFirstTypeToApplyPropertyAnnotation(JMapperType mapperType) |
protected void |
AbstractBeanJsonCreator.generateCommonPropertyParameters(com.google.gwt.user.rebind.SourceWriter source,
PropertyInfo property,
JMapperType mapperType) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JMapperType.Builder<B extends JMapperType.Builder,M extends JMapperType> |
| Modifier and Type | Class and Description |
|---|---|
class |
JDeserializerType
Contains informations about deserializer like its type or the string to instantiate it.
|
class |
JSerializerType
Contains informations about serializer like its type or the string to instantiate it.
|
| Modifier and Type | Field and Description |
|---|---|
protected JMapperType[] |
JMapperType.parameters |
protected M[] |
JMapperType.Builder.parameters |
| Modifier and Type | Method and Description |
|---|---|
JMapperType[] |
JMapperType.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
B |
JMapperType.Builder.parameters(M[] parameters) |
| Constructor and Description |
|---|
JMapperType(boolean beanMapper,
com.google.gwt.core.ext.typeinfo.JType type,
String instance,
JMapperType[] parameters) |
Copyright © 2014. All Rights Reserved.