| Package | Description |
|---|---|
| com.dslplatform.json | |
| com.dslplatform.json.processor |
| Modifier and Type | Method and Description |
|---|---|
static JsonAttribute.IncludePolicy |
JsonAttribute.IncludePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonAttribute.IncludePolicy[] |
JsonAttribute.IncludePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
JsonAttribute.IncludePolicy |
AttributeInfo.includeToMinimal |
| 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) |
Copyright © 2023. All rights reserved.