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 voidAbstractJsonValidator.putAnnotation(ExecutionContext executionContext, Consumer<JsonNodeAnnotation.Builder> customizer) Puts an annotation.protected voidBaseJsonValidator.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.BuilderJsonNodeAnnotation.builder()JsonNodeAnnotation.Builder.evaluationPath(JsonNodePath evaluationPath) JsonNodeAnnotation.Builder.instanceLocation(JsonNodePath instanceLocation) JsonNodeAnnotation.Builder.schemaLocation(SchemaLocation schemaLocation)