| Package | Description |
|---|---|
| com.github.nmorel.gwtjackson.rebind | |
| com.github.nmorel.gwtjackson.rebind.type |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.core.ext.typeinfo.JClassType |
CreatorUtils.findFirstTypeToApplyPropertyAnnotation(JMapperType mapperType) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JMapperType.Builder<B extends JMapperType.Builder,M extends JMapperType> |
| Modifier and Type | Class and Description |
|---|---|
class |
JDeserializerType
Contains informations about deserializer like its type or the code to instantiate it.
|
class |
JSerializerType
Contains informations about serializer like its type or the code to instantiate it.
|
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> |
JMapperType.parameters |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> |
JMapperType.getParameters() |
| Constructor and Description |
|---|
JMapperType(boolean beanMapper,
com.google.gwt.core.ext.typeinfo.JType type,
com.squareup.javapoet.CodeBlock instance,
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<? extends JMapperType> parameters) |
Copyright © 2016. All Rights Reserved.