public class AptSerializerBuilder extends AbstractJsonMapperGenerator
AptSerializerBuilder class.
AbstractJsonMapperGenerator.AccessorInfobeanType| Constructor and Description |
|---|
AptSerializerBuilder(TypeMirror beanType,
Filer filer)
Constructor for AptSerializerBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.squareup.javapoet.MethodSpec |
initMethod()
initMethod.
|
protected String |
namePostfix()
namePostfix.
|
protected com.squareup.javapoet.TypeName |
superClass()
superClass.
|
protected String |
targetTypeMethodName()
targetTypeMethodName.
|
generate, isEligibleForSerializationDeserialization, isIgnored, isNotStatic, moreMethods, orderedFieldspublic AptSerializerBuilder(TypeMirror beanType, Filer filer)
Constructor for AptSerializerBuilder.
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.Copyright © 2019. All rights reserved.