Uses of Class
com.dslplatform.json.processor.ConverterInfo

Packages that use ConverterInfo
com.dslplatform.json.processor   
 

Uses of ConverterInfo in com.dslplatform.json.processor
 

Fields in com.dslplatform.json.processor declared as ConverterInfo
 ConverterInfo StructInfo.converter
           
 ConverterInfo AttributeInfo.converter
           
 

Constructors in com.dslplatform.json.processor with parameters of type ConverterInfo
AttributeInfo(String name, ExecutableElement readMethod, ExecutableElement writeMethod, VariableElement field, TypeMirror type, boolean isList, boolean isSet, boolean isMap, AnnotationMirror annotation, boolean notNull, boolean mandatory, int index, String alias, boolean fullMatch, CompiledJson.TypeSignature typeSignature, JsonAttribute.IncludePolicy includeToMinimal, ConverterInfo converter, boolean isJsonObject, LinkedHashSet<TypeMirror> usedTypes, Map<String,Integer> typeVariablesIndex, boolean containsStructOwnerType)
           
StructInfo(ConverterInfo converter, DeclaredType discoveredBy, TypeElement target, String name, String binaryName)
           
 



Copyright © 2019. All rights reserved.