Package com.networknt.schema.annotation
Class JsonNodeAnnotations
java.lang.Object
com.networknt.schema.annotation.JsonNodeAnnotations
The JSON Schema annotations.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Formatter for pretty printing the annotations. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<JsonNodePath, List<JsonNodeAnnotation>> Stores the annotations. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()
Gets the annotations.void
put
(JsonNodeAnnotation annotation) Puts the annotation.toString()
-
Field Details
-
values
Stores the annotations.instancePath to annotation
-
-
Constructor Details
-
JsonNodeAnnotations
public JsonNodeAnnotations()
-
-
Method Details