Uses of Class
com.dslplatform.json.processor.Analysis.PartKind
-
Packages that use Analysis.PartKind Package Description com.dslplatform.json.processor -
-
Uses of Analysis.PartKind in com.dslplatform.json.processor
Methods in com.dslplatform.json.processor that return Analysis.PartKind Modifier and Type Method Description static Analysis.PartKindAnalysis.PartKind. valueOf(java.lang.String name)Returns 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.PartKind Modifier and Type Method Description private java.util.Map<java.lang.String,Analysis.PartKind>Analysis. analyzeParts(javax.lang.model.type.TypeMirror target)Method parameters in com.dslplatform.json.processor with type arguments of type Analysis.PartKind Modifier and Type Method Description private voidAnalysis. analyzePartsRecursively(javax.lang.model.type.TypeMirror target, java.util.Map<java.lang.String,Analysis.PartKind> parts, java.util.Set<javax.lang.model.type.TypeMirror> usedTypes)
-