Uses of Interface
one.xingyi.core.marshelling.JsonParser
-
Packages that use JsonParser Package Description one.xingyi.core.marshelling -
-
Uses of JsonParser in one.xingyi.core.marshelling
Subinterfaces of JsonParser in one.xingyi.core.marshelling Modifier and Type Interface Description interfaceJsonParserAndWriter<J>Methods in one.xingyi.core.marshelling that return JsonParser Modifier and Type Method Description static <J> JsonParser<J>JsonParser. nullParser()Methods in one.xingyi.core.marshelling with parameters of type JsonParser Modifier and Type Method Description <J> TMakesFromJson. fromJson(JsonParser<J> jsonParser, J j)
-