Uses of Class
com.networknt.schema.annotation.JsonNodeAnnotation
Packages that use JsonNodeAnnotation
-
Uses of JsonNodeAnnotation in com.networknt.schema.annotation
Classes in com.networknt.schema.annotation that implement interfaces with type arguments of type JsonNodeAnnotationModifier and TypeClassDescriptionclassA predicate for filtering annotations.Fields in com.networknt.schema.annotation with type parameters of type JsonNodeAnnotationModifier and TypeFieldDescriptionprivate final Map<JsonNodePath, List<JsonNodeAnnotation>> JsonNodeAnnotations.valuesStores the annotations.Methods in com.networknt.schema.annotation that return JsonNodeAnnotationMethods in com.networknt.schema.annotation that return types with arguments of type JsonNodeAnnotationMethods in com.networknt.schema.annotation with parameters of type JsonNodeAnnotationModifier and TypeMethodDescriptionvoidJsonNodeAnnotations.put(JsonNodeAnnotation annotation) Puts the annotation.booleanJsonNodeAnnotationPredicate.test(JsonNodeAnnotation t) Method parameters in com.networknt.schema.annotation with type arguments of type JsonNodeAnnotationModifier and TypeMethodDescriptionstatic StringJsonNodeAnnotations.Formatter.format(Map<JsonNodePath, List<JsonNodeAnnotation>> annotations) Formats the annotations.