Uses of Interface
jodd.json.ValueConverter
-
Packages that use ValueConverter Package Description jodd.json Light, but powerful JSON parser and serializers. -
-
Uses of ValueConverter in jodd.json
Fields in jodd.json with type parameters of type ValueConverter Modifier and Type Field Description protected java.util.Map<Path,ValueConverter>JsonParser. convsMethods in jodd.json that return ValueConverter Modifier and Type Method Description protected ValueConverterJsonParser. lookupValueConverter()Lookups for value converter for current path.Methods in jodd.json with parameters of type ValueConverter Modifier and Type Method Description JsonParserJsonParser. withValueConverter(java.lang.String path, ValueConverter valueConverter)DefinesValueConverterto use on given path.
-