| Package | Description |
|---|---|
| com.dslplatform.json.processor |
| Modifier and Type | Field and Description |
|---|---|
ConverterInfo |
StructInfo.converter |
ConverterInfo |
AttributeInfo.converter |
| Constructor and Description |
|---|
AttributeInfo(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) |
Copyright © 2023. All rights reserved.