public class AptDeserializerBuilder extends AbstractJsonMapperGenerator
AptDeserializerBuilder class.
AbstractJsonMapperGenerator.AccessorInfobeanType| Constructor and Description |
|---|
AptDeserializerBuilder(TypeMirror beanType,
Filer filer)
Constructor for AptDeserializerBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.squareup.javapoet.MethodSpec |
initMethod()
initMethod.
|
protected Set<com.squareup.javapoet.MethodSpec> |
moreMethods()
moreMethods.
|
protected String |
namePostfix()
namePostfix.
|
protected com.squareup.javapoet.TypeName |
superClass()
superClass.
|
protected String |
targetTypeMethodName()
targetTypeMethodName.
|
generate, isEligibleForSerializationDeserialization, isIgnored, isNotStatic, orderedFieldspublic AptDeserializerBuilder(TypeMirror beanType, Filer filer)
Constructor for AptDeserializerBuilder.
beanType - a TypeMirror object.filer - a Filer object.protected com.squareup.javapoet.TypeName superClass()
superClass.
superClass in class AbstractJsonMapperGeneratorTypeName object.protected String namePostfix()
namePostfix.
namePostfix in class AbstractJsonMapperGeneratorString object.protected String targetTypeMethodName()
targetTypeMethodName.
targetTypeMethodName in class AbstractJsonMapperGeneratorString object.protected com.squareup.javapoet.MethodSpec initMethod()
initMethod.
initMethod in class AbstractJsonMapperGeneratorMethodSpec object.protected Set<com.squareup.javapoet.MethodSpec> moreMethods()
moreMethods.
moreMethods in class AbstractJsonMapperGeneratorSet object.Copyright © 2019. All rights reserved.