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. values
Stores the annotations.Methods in com.networknt.schema.annotation that return JsonNodeAnnotation Modifier and Type Method Description JsonNodeAnnotation
JsonNodeAnnotation.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 void
JsonNodeAnnotations. put(JsonNodeAnnotation annotation)
Puts the annotation.boolean
JsonNodeAnnotationPredicate. test(JsonNodeAnnotation t)
Method parameters in com.networknt.schema.annotation with type arguments of type JsonNodeAnnotation Modifier and Type Method Description static java.lang.String
JsonNodeAnnotations.Formatter. format(java.util.Map<JsonNodePath,java.util.List<JsonNodeAnnotation>> annotations)
Formats the annotations.
-