public class BeanJsonMapperInfo extends Object
BeanJsonMapperInfo class.
| 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 |
|---|---|
BeanInfo |
getBeanInfo()
Getter for the field
beanInfo. |
String |
getPackageName()
Getter for the field
packageName. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> |
getProperties()
Getter for the field
properties. |
String |
getSimpleDeserializerClassName()
Getter for the field
simpleDeserializerClassName. |
String |
getSimpleSerializerClassName()
Getter for the field
simpleSerializerClassName. |
com.google.gwt.core.ext.typeinfo.JClassType |
getType()
Getter for the field
type. |
boolean |
isSamePackage()
isSamePackage
|
public 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.
public com.google.gwt.core.ext.typeinfo.JClassType getType()
Getter for the field type.
JClassType object.public String getPackageName()
Getter for the field packageName.
String object.public boolean isSamePackage()
isSamePackage
public String getSimpleSerializerClassName()
Getter for the field simpleSerializerClassName.
String object.public String getSimpleDeserializerClassName()
Getter for the field simpleDeserializerClassName.
String object.public BeanInfo getBeanInfo()
Getter for the field beanInfo.
BeanInfo object.public com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> getProperties()
Getter for the field properties.
ImmutableMap object.Copyright © 2017. All Rights Reserved.