Uses of Class
org.leadpony.justify.api.InstanceType
-
Packages that use InstanceType Package Description org.leadpony.justify.api Provides the API for validating JSON documents.org.leadpony.justify.spi Service Provider Interface (SPI) to plug in implementations for JSON validation services. -
-
Uses of InstanceType in org.leadpony.justify.api
Methods in org.leadpony.justify.api that return InstanceType Modifier and Type Method Description static InstanceTypeInstanceType. of(JsonValue value)Returns the type of the specified JSON value.static InstanceTypeInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceType[]InstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.leadpony.justify.api with parameters of type InstanceType Modifier and Type Method Description EvaluatorJsonSchema. createEvaluator(EvaluatorContext context, InstanceType type)Creates an evaluator of this schema.EvaluatorJsonSchema. createNegatedEvaluator(EvaluatorContext context, InstanceType type)Creates an evaluator of the negated version of this schema.JsonSchemaBuilderJsonSchemaBuilder. withType(InstanceType... types)Adds a "type" keyword to the schema.Method parameters in org.leadpony.justify.api with type arguments of type InstanceType Modifier and Type Method Description JsonSchemaBuilderJsonSchemaBuilder. withType(Set<InstanceType> types)Adds a "type" keyword to the schema. -
Uses of InstanceType in org.leadpony.justify.spi
Methods in org.leadpony.justify.spi that return InstanceType Modifier and Type Method Description InstanceTypeFormatAttribute. valueType()Returns the type of the value expected by this attribute.
-