Package org.burningwave.json
Class Check.Group
java.lang.Object
org.burningwave.json.Check.Group
- All Implemented Interfaces:
Check<com.fasterxml.jackson.module.jsonSchema.JsonSchema,Object, Check.Group>
- Enclosing interface:
Check<S extends com.fasterxml.jackson.module.jsonSchema.JsonSchema,T, O extends Check<S, T, O>>
public static class Check.Group
extends Object
implements Check<com.fasterxml.jackson.module.jsonSchema.JsonSchema,Object,Check.Group>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.burningwave.json.Check
Check.Abst<S extends com.fasterxml.jackson.module.jsonSchema.JsonSchema,T, C extends Check.Abst<S, T, C>>, Check.Error, Check.Group -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(Consumer<Path.Validation.Context<com.fasterxml.jackson.module.jsonSchema.JsonSchema, Object>> action) static Check.GroupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.json.Check
checkMandatory
-
Constructor Details
-
Group
-
-
Method Details
-
of
-
execute
public Check.Group execute(Consumer<Path.Validation.Context<com.fasterxml.jackson.module.jsonSchema.JsonSchema, Object>> action) - Specified by:
executein interfaceCheck<com.fasterxml.jackson.module.jsonSchema.JsonSchema,Object, Check.Group>
-