Uses of Class
com.networknt.schema.annotation.Annotation.Builder
Packages that use Annotation.Builder
-
Uses of Annotation.Builder in com.networknt.schema.annotation
Methods in com.networknt.schema.annotation that return Annotation.BuilderModifier and TypeMethodDescriptionstatic Annotation.BuilderAnnotation.builder()Annotation.Builder.evaluationPath(NodePath evaluationPath) Annotation.Builder.instanceLocation(NodePath instanceLocation) Annotation.Builder.schemaLocation(SchemaLocation schemaLocation) -
Uses of Annotation.Builder in com.networknt.schema.keyword
Method parameters in com.networknt.schema.keyword with type arguments of type Annotation.BuilderModifier and TypeMethodDescriptionprotected voidAbstractKeywordValidator.putAnnotation(ExecutionContext executionContext, Consumer<Annotation.Builder> customizer) Puts an annotation.