| Package | Description |
|---|---|
| com.dslplatform.json.processor |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LogLevel.isVisible(LogLevel other) |
| Constructor and Description |
|---|
Analysis(ProcessingEnvironment processingEnv,
AnnotationUsage annotationUsage,
LogLevel logLevel,
TypeSupport typeSupport) |
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.