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
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 Map<JsonNodePath,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 String
JsonNodeAnnotations.Formatter. format(Map<JsonNodePath,List<JsonNodeAnnotation>> annotations)
Formats the annotations.
-