| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind | |
| com.github.nmorel.gwtjackson.rebind.bean | |
| com.github.nmorel.gwtjackson.rebind.property |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> |
AbstractBeanJsonCreator.properties |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> |
BeanJsonMapperInfo.getProperties()
Getter for the field
properties. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBeanJsonCreator.buildCommonPropertyParameters(com.squareup.javapoet.CodeBlock.Builder paramBuilder,
PropertyInfo property)
Add the common property parameters to the code builder.
|
| Constructor and Description |
|---|
BeanJsonMapperInfo(com.google.gwt.core.ext.typeinfo.JClassType type,
String packageName,
boolean samePackage,
String simpleSerializerClassName,
String simpleDeserializerClassName,
BeanInfo beanInfo,
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> properties)
Constructor for BeanJsonMapperInfo.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
BeanInfo.getAnyGetterPropertyInfo()
Getter for the field
anyGetterPropertyInfo. |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
BeanInfo.getAnySetterPropertyInfo()
Getter for the field
anySetterPropertyInfo. |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
BeanInfo.getValuePropertyInfo()
Getter for the field
valuePropertyInfo. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
PropertiesContainer.getAnyGetterPropertyInfo()
Getter for the field
anyGetterPropertyInfo. |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
PropertiesContainer.getAnySetterPropertyInfo()
Getter for the field
anySetterPropertyInfo. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> |
PropertiesContainer.getProperties()
Getter for the field
properties. |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
PropertiesContainer.getValuePropertyInfo()
Getter for the field
valuePropertyInfo. |
| Constructor and Description |
|---|
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<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)
Constructor for PropertiesContainer.
|
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<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)
Constructor for PropertiesContainer.
|
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<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)
Constructor for PropertiesContainer.
|
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<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)
Constructor for PropertiesContainer.
|
Copyright © 2017. All Rights Reserved.