| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind |
| Modifier and Type | Method and Description |
|---|---|
PropertyInfo |
BeanIdentityInfo.getProperty() |
static PropertyInfo |
PropertyInfo.process(com.google.gwt.core.ext.TreeLogger logger,
JacksonTypeOracle typeOracle,
FieldAccessors fieldAccessors,
BeanJsonMapperInfo mapperInfo) |
static PropertyInfo |
PropertyInfo.process(com.google.gwt.core.ext.TreeLogger logger,
JacksonTypeOracle typeOracle,
String propertyName,
com.google.gwt.core.ext.typeinfo.JParameter constructorParameter,
BeanInfo beanInfo)
Processes and construct a
PropertyInfo for a constructor parameter. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyInfo> |
BeanJsonMapperInfo.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractCreator.getJsonDeserializerFromType(com.google.gwt.core.ext.typeinfo.JType type,
PropertyInfo propertyInfo)
Build the string that instantiate a
JsonDeserializer for the given type. |
protected String |
AbstractCreator.getJsonSerializerFromType(com.google.gwt.core.ext.typeinfo.JType type,
PropertyInfo propertyInfo)
Build the string that instantiate a
JsonSerializer for the given type. |
void |
BeanIdentityInfo.setProperty(PropertyInfo property) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCreator.findIdPropertyInfo(Map<String,PropertyInfo> properties,
com.google.gwt.thirdparty.guava.common.base.Optional<BeanIdentityInfo> identityInfo) |
void |
BeanJsonMapperInfo.setProperties(Map<String,PropertyInfo> properties) |
protected abstract void |
AbstractBeanJsonCreator.writeClassBody(com.google.gwt.user.rebind.SourceWriter source,
BeanInfo info,
Map<String,PropertyInfo> properties) |
protected void |
BeanJsonDeserializerCreator.writeClassBody(com.google.gwt.user.rebind.SourceWriter source,
BeanInfo beanInfo,
Map<String,PropertyInfo> properties) |
protected void |
BeanJsonSerializerCreator.writeClassBody(com.google.gwt.user.rebind.SourceWriter source,
BeanInfo beanInfo,
Map<String,PropertyInfo> properties) |
Copyright © 2013. All Rights Reserved.