Uses of Interface
org.burningwave.json.Check
-
Uses of Check in org.burningwave.json
Classes in org.burningwave.json with type parameters of type CheckModifier and TypeInterfaceDescriptioninterfaceClasses in org.burningwave.json that implement CheckModifier and TypeClassDescriptionstatic classCheck.Abst<S extends com.fasterxml.jackson.module.jsonSchema.JsonSchema,T, C extends Check.Abst<S, T, C>> static classclassclassLeafCheck<S extends com.fasterxml.jackson.module.jsonSchema.JsonSchema,T> static classclassMethods in org.burningwave.json with type parameters of type CheckModifier and TypeMethodDescriptionprotected <C extends Check<?,?, C>>
Collection<C> Validator.computeChecks(Collection<String> groupIds, Map<String, Collection<C>> registeredChecks, Collection<C> defaultChecks) Methods in org.burningwave.json with parameters of type CheckModifier and TypeMethodDescriptionstatic Check.GroupvoidValidator.registerCheck(String checkGroupId, Check<?, ?, ?>... items) voidValidator.registerCheck(Check<?, ?, ?>... items) Method parameters in org.burningwave.json with type arguments of type CheckModifier and TypeMethodDescriptionValidationConfig.withCheckFilter(Function<Check<?, ?, ?>, Predicate<Path.ValidationContext<?, ?>>> checkFilter) Constructors in org.burningwave.json with parameters of type Check