| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind |
| Modifier and Type | Field and Description |
|---|---|
protected BeanJsonMapperInfo |
AbstractBeanJsonCreator.mapperInfo |
| Modifier and Type | Method and Description |
|---|---|
BeanJsonMapperInfo |
AbstractBeanJsonCreator.create()
Creates an implementation of
AbstractBeanJsonSerializer for the type given in
parameter |
BeanJsonMapperInfo |
JacksonTypeOracle.getBeanJsonMapperInfo(com.google.gwt.core.ext.typeinfo.JClassType type) |
protected BeanJsonMapperInfo |
AbstractCreator.getMapperInfo(com.google.gwt.core.ext.typeinfo.JClassType beanType)
Returns the mapper information for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.google.gwt.thirdparty.guava.common.base.Optional<BeanJsonMapperInfo> |
AbstractCreator.getMapperInfo() |
protected com.google.gwt.thirdparty.guava.common.base.Optional<BeanJsonMapperInfo> |
ObjectMapperCreator.getMapperInfo() |
protected com.google.gwt.thirdparty.guava.common.base.Optional<BeanJsonMapperInfo> |
AbstractBeanJsonCreator.getMapperInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
JacksonTypeOracle.addBeanJsonMapperInfo(com.google.gwt.core.ext.typeinfo.JClassType type,
BeanJsonMapperInfo info) |
Copyright © 2016. All Rights Reserved.