| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind | |
| com.github.nmorel.gwtjackson.rebind.bean | |
| com.github.nmorel.gwtjackson.rebind.property |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> |
BeanJsonMapperInfo.getProperties() |
| 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.generateCommonPropertyParameters(com.google.gwt.user.rebind.SourceWriter source,
PropertyInfo property,
JMapperType mapperType) |
protected void |
AbstractBeanJsonCreator.generatePropertySerializerParameters(com.google.gwt.user.rebind.SourceWriter source,
PropertyInfo property,
JSerializerType serializerType) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected void |
BeanJsonSerializerCreator.writeClassBody(com.google.gwt.user.rebind.SourceWriter source,
BeanInfo beanInfo,
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> properties) |
| Constructor and Description |
|---|
BeanJsonMapperInfo(com.google.gwt.core.ext.typeinfo.JClassType type,
java.lang.String qualifiedSerializerClassName,
java.lang.String simpleSerializerClassName,
java.lang.String qualifiedDeserializerClassName,
java.lang.String simpleDeserializerClassName,
BeanInfo beanInfo,
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> properties) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
BeanInfo.getAnyGetterPropertyInfo() |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
BeanInfo.getAnySetterPropertyInfo() |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
BeanInfo.getValuePropertyInfo() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
PropertiesContainer.getAnyGetterPropertyInfo() |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
PropertiesContainer.getAnySetterPropertyInfo() |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> |
PropertiesContainer.getProperties() |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
PropertiesContainer.getValuePropertyInfo() |
| Constructor and Description |
|---|
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> properties,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> valuePropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anyGetterPropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anySetterPropertyInfo) |
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> properties,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> valuePropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anyGetterPropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anySetterPropertyInfo) |
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> properties,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> valuePropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anyGetterPropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anySetterPropertyInfo) |
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> properties,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> valuePropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anyGetterPropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anySetterPropertyInfo) |
Copyright © 2015. All Rights Reserved.