Uses of Class
com.dslplatform.json.processor.ConverterInfo
Packages that use ConverterInfo
-
Uses of ConverterInfo in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor declared as ConverterInfoModifier and TypeFieldDescriptionfinal ConverterInfoAttributeInfo.converterfinal ConverterInfoStructInfo.converterMethods in com.dslplatform.json.processor that return ConverterInfoModifier and TypeMethodDescriptionprivate ConverterInfoAnalysis.validateConverter(TypeElement converter, TypeMirror type) Constructors in com.dslplatform.json.processor with parameters of type ConverterInfoModifierConstructorDescriptionAttributeInfo(String name, ExecutableElement readMethod, ExecutableElement writeMethod, VariableElement field, VariableElement argument, 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, String typeName, Map<String, Integer> typeVariablesIndex, Map<String, TypeMirror> genericSignatures, boolean containsStructOwnerType) StructInfo(ConverterInfo converter, DeclaredType discoveredBy, TypeElement target, String name, String binaryName)