Uses of Interface
org.leadpony.justify.api.ObjectJsonSchema
-
Packages that use ObjectJsonSchema Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of ObjectJsonSchema in org.leadpony.justify.api
Fields in org.leadpony.justify.api declared as ObjectJsonSchema Modifier and Type Field Description static ObjectJsonSchemaJsonSchema. EMPTYThe JSON schema represented by an empty JSON object.Methods in org.leadpony.justify.api that return ObjectJsonSchema Modifier and Type Method Description default ObjectJsonSchemaJsonSchema. asObjectJsonSchema()Returns this JSON schema as aObjectJsonSchema.default ObjectJsonSchemaObjectJsonSchema. asObjectJsonSchema()Returns this JSON schema as aObjectJsonSchema.
-