| Package | Description |
|---|---|
| com.dslplatform.json | |
| com.dslplatform.json.processor |
| Modifier and Type | Method and Description |
|---|---|
static CompiledJson.Format |
CompiledJson.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompiledJson.Format[] |
CompiledJson.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
EnumSet<CompiledJson.Format> |
StructInfo.formats |
| Constructor and Description |
|---|
StructInfo(TypeElement element,
DeclaredType discoveredBy,
String name,
String binaryName,
ObjectType type,
String jsonObjectReaderPath,
List<ExecutableElement> matchingConstructors,
ExecutableElement annotatedConstructor,
ExecutableElement annotatedFactory,
BuilderInfo builder,
AnnotationMirror annotation,
CompiledJson.Behavior onUnknown,
CompiledJson.TypeSignature typeSignature,
CompiledJson.ObjectFormatPolicy objectFormatPolicy,
TypeElement deserializeAs,
String discriminator,
String deserializeName,
Element enumConstantNameSource,
NamingStrategy namingStrategy,
CompiledJson.Format[] formats,
Map<String,TypeMirror> genericSignatures) |
Copyright © 2023. All rights reserved.