Uses of Class
com.networknt.schema.annotation.Annotation.Builder
-
Packages that use Annotation.Builder Package Description com.networknt.schema.annotation com.networknt.schema.keyword -
-
Uses of Annotation.Builder in com.networknt.schema.annotation
Methods in com.networknt.schema.annotation that return Annotation.Builder Modifier and Type Method Description static Annotation.BuilderAnnotation. builder()Annotation.BuilderAnnotation.Builder. evaluationPath(NodePath evaluationPath)Annotation.BuilderAnnotation.Builder. instanceLocation(NodePath instanceLocation)Annotation.BuilderAnnotation.Builder. keyword(Keyword keyword)Annotation.BuilderAnnotation.Builder. keyword(String keyword)Annotation.BuilderAnnotation.Builder. schemaLocation(SchemaLocation schemaLocation)Annotation.BuilderAnnotation.Builder. value(Object value) -
Uses of Annotation.Builder in com.networknt.schema.keyword
Method parameters in com.networknt.schema.keyword with type arguments of type Annotation.Builder Modifier and Type Method Description protected voidAbstractKeywordValidator. putAnnotation(ExecutionContext executionContext, Consumer<Annotation.Builder> customizer)Puts an annotation.
-