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.ValidationCriterionCombinedSchema. ALL_CRITERIONValidation criterion forallOfschemas.static CombinedSchema.ValidationCriterionCombinedSchema. ANY_CRITERIONValidation criterion foranyOfschemas.static CombinedSchema.ValidationCriterionCombinedSchema. ONE_CRITERIONValidation criterion foroneOfschemas.Methods in org.everit.json.schema that return CombinedSchema.ValidationCriterion Modifier and Type Method Description CombinedSchema.ValidationCriterionCombinedSchema. getCriterion()Methods in org.everit.json.schema with parameters of type CombinedSchema.ValidationCriterion Modifier and Type Method Description CombinedSchema.BuilderCombinedSchema.Builder. criterion(CombinedSchema.ValidationCriterion criterion)
-