Uses of Class
org.burningwave.json.ObjectCheck
-
Uses of ObjectCheck in org.burningwave.json
Fields in org.burningwave.json with type parameters of type ObjectCheckModifier and TypeFieldDescriptionprotected final Collection<ObjectCheck> Validator.defaultObjectChecksprotected final Map<String, Collection<ObjectCheck>> Validator.objectChecksMethods in org.burningwave.json that return ObjectCheckModifier and TypeMethodDescriptionstatic ObjectCheckCheck.forAllObjects()static ObjectCheckCheck.whenObject(Predicate<Path.ValidationContext<com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema, Map<String, Object>>> predicate) static ObjectCheckCheck.whenObjectPathContains(String... pathSegments) static ObjectCheckCheck.whenObjectPathEndsWith(String... pathSegments) static ObjectCheckCheck.whenObjectPathEquals(String... pathSegments) static ObjectCheckCheck.whenObjectPathStartsWith(String... pathSegments)