| 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)
findFirstTypeToApplyPropertyAnnotation
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JMapperType.Builder<B extends JMapperType.Builder,M extends JMapperType> |
class |
JParameterizedMapper<T extends JMapperType>
Abstract JParameterizedMapper class.
|
| 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()
Getter for the field
parameters. |
| 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)
Constructor for JMapperType.
|
Copyright © 2017. All Rights Reserved.