Uses of Interface
org.everit.json.schema.CombinedSchema.ValidationCriterion
-
Packages that use CombinedSchema.ValidationCriterion Package Description org.everit.json.schema -
-
Uses of CombinedSchema.ValidationCriterion in org.everit.json.schema
Fields in org.everit.json.schema declared as CombinedSchema.ValidationCriterion Modifier and Type Field Description static CombinedSchema.ValidationCriterion
CombinedSchema. ALL_CRITERION
Validation criterion forallOf
schemas.static CombinedSchema.ValidationCriterion
CombinedSchema. ANY_CRITERION
Validation criterion foranyOf
schemas.static CombinedSchema.ValidationCriterion
CombinedSchema. ONE_CRITERION
Validation criterion foroneOf
schemas.Methods in org.everit.json.schema that return CombinedSchema.ValidationCriterion Modifier and Type Method Description CombinedSchema.ValidationCriterion
CombinedSchema. getCriterion()
Methods in org.everit.json.schema with parameters of type CombinedSchema.ValidationCriterion Modifier and Type Method Description CombinedSchema.Builder
CombinedSchema.Builder. criterion(CombinedSchema.ValidationCriterion criterion)
-