| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
BeanJsonMapperInfo.getBeanInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.thirdparty.guava.common.collect.ImmutableList<com.google.gwt.core.ext.typeinfo.JClassType> |
AbstractBeanJsonCreator.filterSubtypes(BeanInfo beanInfo) |
protected AbstractBeanJsonCreator.TypeParameters |
AbstractBeanJsonCreator.generateTypeParameterMapperFields(com.google.gwt.user.rebind.SourceWriter source,
BeanInfo beanInfo,
java.lang.String mapperClass,
java.lang.String mapperNameFormat) |
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 |
|---|---|
static BeanInfo |
BeanProcessor.processBean(com.google.gwt.core.ext.TreeLogger logger,
JacksonTypeOracle typeOracle,
RebindConfiguration configuration,
com.google.gwt.core.ext.typeinfo.JClassType beanType) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyAccessors> |
PropertyParser.findPropertyAccessors(RebindConfiguration configuration,
com.google.gwt.core.ext.TreeLogger logger,
BeanInfo beanInfo) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.String,PropertyInfo> |
PropertyProcessor.findAllProperties(RebindConfiguration configuration,
com.google.gwt.core.ext.TreeLogger logger,
JacksonTypeOracle typeOracle,
BeanInfo beanInfo,
boolean mapperInSamePackageAsType) |
Copyright © 2014. All Rights Reserved.