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