Uses of Class
com.networknt.schema.annotation.JsonNodeAnnotation.Builder
Packages that use JsonNodeAnnotation.Builder
-
Uses of JsonNodeAnnotation.Builder in com.networknt.schema
Method parameters in com.networknt.schema with type arguments of type JsonNodeAnnotation.BuilderModifier and TypeMethodDescriptionprotected void
AbstractJsonValidator.putAnnotation
(ExecutionContext executionContext, Consumer<JsonNodeAnnotation.Builder> customizer) Puts an annotation.protected void
BaseJsonValidator.putAnnotation
(ExecutionContext executionContext, Consumer<JsonNodeAnnotation.Builder> customizer) Puts an annotation. -
Uses of JsonNodeAnnotation.Builder in com.networknt.schema.annotation
Methods in com.networknt.schema.annotation that return JsonNodeAnnotation.BuilderModifier and TypeMethodDescriptionstatic JsonNodeAnnotation.Builder
JsonNodeAnnotation.builder()
JsonNodeAnnotation.Builder.evaluationPath
(JsonNodePath evaluationPath) JsonNodeAnnotation.Builder.instanceLocation
(JsonNodePath instanceLocation) JsonNodeAnnotation.Builder.schemaLocation
(SchemaLocation schemaLocation)