| Package | Description |
|---|---|
| com.dslplatform.json.processor |
| Modifier and Type | Method and Description |
|---|---|
static UnknownTypes |
UnknownTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnknownTypes[] |
UnknownTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Analysis(ProcessingEnvironment processingEnv,
AnnotationUsage annotationUsage,
LogLevel logLevel,
TypeSupport typeSupport,
Set<String> alternativeIgnore,
Map<String,List<Analysis.AnnotationMapping<Boolean>>> alternativeNonNullable,
Map<String,String> alternativeAlias,
Map<String,List<Analysis.AnnotationMapping<Boolean>>> alternativeMandatory,
Set<String> alternativeCreators,
Map<String,String> alternativeIndex,
UnknownTypes unknownTypes,
boolean includeFields,
boolean includeBeanMethods,
boolean includeExactMethods) |
Copyright © 2023. All rights reserved.