Uses of Interface
io.inugami.api.mapping.JsonUnmarshalling
-
Packages that use JsonUnmarshalling Package Description io.inugami.api.processors -
-
Uses of JsonUnmarshalling in io.inugami.api.processors
Methods in io.inugami.api.processors with parameters of type JsonUnmarshalling Modifier and Type Method Description <T> TConfigHandler. grabJson(K key, JsonUnmarshalling unmarshaller)<T> TConfigHandler. grabJson(K key, Object jsonObj, JsonUnmarshalling unmarshaller)<T> TConfigHandler. grabJson(K key, String json, JsonUnmarshalling unmarshaller)
-