public class BeanJsonMapperInfo extends Object
| 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) |
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
getBeanInfo() |
String |
getPackageName() |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> |
getProperties() |
String |
getSimpleDeserializerClassName() |
String |
getSimpleSerializerClassName() |
com.google.gwt.core.ext.typeinfo.JClassType |
getType() |
boolean |
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)
public com.google.gwt.core.ext.typeinfo.JClassType getType()
public String getPackageName()
public boolean isSamePackage()
public String getSimpleSerializerClassName()
public String getSimpleDeserializerClassName()
public BeanInfo getBeanInfo()
public com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> getProperties()
Copyright © 2016. All Rights Reserved.