Uses of Class
jsonvalues.spec.JsSpecPair
-
Packages that use JsSpecPair Package Description jsonvalues.spec -
-
Uses of JsSpecPair in jsonvalues.spec
Methods in jsonvalues.spec that return JsSpecPair Modifier and Type Method Description static JsSpecPair
JsSpecPair. of(String key, JsSpec spec)
Methods in jsonvalues.spec with parameters of type JsSpecPair Modifier and Type Method Description static JsObjSpec
JsObjSpec. lenient(JsSpecPair pair, JsSpecPair... others)
static JsObjSpec
JsObjSpec. strict(JsSpecPair pair, JsSpecPair... others)
-