Uses of Class
jsonvalues.gen.JsGenPair
-
Packages that use JsGenPair Package Description jsonvalues.gen -
-
Uses of JsGenPair in jsonvalues.gen
Methods in jsonvalues.gen that return JsGenPair Modifier and Type Method Description static <O extends JsValue>
JsGenPair<O>JsGenPair. of(String key, JsGen<O> gen)
Methods in jsonvalues.gen with parameters of type JsGenPair Modifier and Type Method Description static JsObjGen
JsObjGen. of(JsGenPair<?> pair, JsGenPair<?>... others)
-