Uses of Interface
jodd.json.TypeJsonParser
-
Packages that use TypeJsonParser Package Description jodd.json Light, but powerful JSON parser and serializers. -
-
Uses of TypeJsonParser in jodd.json
Fields in jodd.json with type parameters of type TypeJsonParser Modifier and Type Field Description protected jodd.util.TypeCache<TypeJsonParser>TypeJsonParserMap. mapMethods in jodd.json that return TypeJsonParser Modifier and Type Method Description TypeJsonParserTypeJsonParserMap. lookup(java.lang.Class type)Lookups for theparserfor given type.Methods in jodd.json with parameters of type TypeJsonParser Modifier and Type Method Description voidTypeJsonParserMap. register(java.lang.Class type, TypeJsonParser typeJsonParser)Registers new parser.
-