Uses of Class
org.everit.json.schema.NotSchema.Builder
-
Packages that use NotSchema.Builder Package Description org.everit.json.schema -
-
Uses of NotSchema.Builder in org.everit.json.schema
Methods in org.everit.json.schema that return NotSchema.Builder Modifier and Type Method Description static NotSchema.Builder
NotSchema. builder()
NotSchema.Builder
NotSchema.Builder. mustNotMatch(Schema mustNotMatch)
Constructors in org.everit.json.schema with parameters of type NotSchema.Builder Constructor Description NotSchema(NotSchema.Builder builder)
-