Uses of Enum
com.dslplatform.json.processor.Analysis.PartKind
Packages that use Analysis.PartKind
-
Uses of Analysis.PartKind in com.dslplatform.json.processor
Methods in com.dslplatform.json.processor that return Analysis.PartKindModifier and TypeMethodDescriptionstatic Analysis.PartKindReturns the enum constant of this type with the specified name.static Analysis.PartKind[]Analysis.PartKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dslplatform.json.processor that return types with arguments of type Analysis.PartKindModifier and TypeMethodDescriptionprivate Map<String, Analysis.PartKind> Analysis.analyzeParts(TypeMirror target) Method parameters in com.dslplatform.json.processor with type arguments of type Analysis.PartKindModifier and TypeMethodDescriptionprivate voidAnalysis.analyzePartsRecursively(TypeMirror target, Map<String, Analysis.PartKind> parts, Set<TypeMirror> usedTypes)