Package one.xingyi.core.marshelling
Interface JsonParserAndWriter<J>
-
- All Superinterfaces:
JsonParser<J>,JsonWriter<J>
public interface JsonParserAndWriter<J> extends JsonParser<J>, JsonWriter<J>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lens<J,J>lensToChild(java.lang.String childname)Lens<J,java.lang.Double>lensToDouble(java.lang.String name)Lens<J,java.lang.Integer>lensToInteger(java.lang.String name)<T> Lens<J,IResourceList<T>>lensToResourceList(java.lang.String name)Lens<J,java.lang.String>lensToString(java.lang.String name)-
Methods inherited from interface one.xingyi.core.marshelling.JsonParser
asInt, asInt, asList, asList, asResourceList, asResourceList, asString, asString, child, fromJ, parse
-
Methods inherited from interface one.xingyi.core.marshelling.JsonWriter
fromJ, liftString, makeList, makeList, makeObject, toJson
-
-
-
-
Method Detail
-
lensToResourceList
<T> Lens<J,IResourceList<T>> lensToResourceList(java.lang.String name)
-
-