Uses of Class
com.networknt.schema.annotation.JsonNodeAnnotation
-
Packages that use JsonNodeAnnotation Package Description com.networknt.schema.annotation -
-
Uses of JsonNodeAnnotation in com.networknt.schema.annotation
Fields in com.networknt.schema.annotation with type parameters of type JsonNodeAnnotation Modifier and Type Field Description private java.util.Map<JsonNodePath,java.util.List<JsonNodeAnnotation>>JsonNodeAnnotations. valuesStores the annotations.Methods in com.networknt.schema.annotation that return JsonNodeAnnotation Modifier and Type Method Description JsonNodeAnnotationJsonNodeAnnotation.Builder. build()Methods in com.networknt.schema.annotation that return types with arguments of type JsonNodeAnnotation Modifier and Type Method Description java.util.Map<JsonNodePath,java.util.List<JsonNodeAnnotation>>JsonNodeAnnotations. asMap()Gets the annotations.Methods in com.networknt.schema.annotation with parameters of type JsonNodeAnnotation Modifier and Type Method Description voidJsonNodeAnnotations. put(JsonNodeAnnotation annotation)Puts the annotation.booleanJsonNodeAnnotationPredicate. test(JsonNodeAnnotation t)Method parameters in com.networknt.schema.annotation with type arguments of type JsonNodeAnnotation Modifier and Type Method Description static java.lang.StringJsonNodeAnnotations.Formatter. format(java.util.Map<JsonNodePath,java.util.List<JsonNodeAnnotation>> annotations)Formats the annotations.
-