Class LeafCheck<S extends com.fasterxml.jackson.module.jsonSchema.JsonSchema,T>

java.lang.Object
org.burningwave.json.Check.Abst<S,T,LeafCheck<S,T>>
org.burningwave.json.LeafCheck<S,T>
All Implemented Interfaces:
Check<S,T,LeafCheck<S,T>>
Direct Known Subclasses:
LeafCheck.OfString

public class LeafCheck<S extends com.fasterxml.jackson.module.jsonSchema.JsonSchema,T> extends Check.Abst<S,T,LeafCheck<S,T>>