Uses of Class
jodd.json.JsonParser
Packages that use JsonParser
-
Uses of JsonParser in jodd.json
Fields in jodd.json declared as JsonParserMethods in jodd.json that return JsonParserModifier and TypeMethodDescriptionJsonParser.allowAllClasses()Removes the whitelist of allowed classes.JsonParser.allowClass(String classPattern) Adds awildcardpattern for white-listing classes.static JsonParserJsonParser.create()Static ctor.static JsonParserJsonParser.createLazyOne()Creates a lazy implementation of the JSON parser.JsonParser.lazy(boolean lazy) Defines how JSON parser works.JsonParser.looseMode(boolean looseMode) Enables 'loose' mode for parsing.Maps a class to JSONs root.Maps a class to given path.JsonParser.setClassMetadataName(String name) Sets local class meta-data name.JsonParser.strictTypes(boolean strictTypes) Defines if type conversion is strict.JsonParser.useAltPaths()Enables usage of additional paths.JsonParser.withClassMetadata(boolean useMetadata) Sets usage of default class meta-data name.JsonParser.withValueConverter(String path, ValueConverter valueConverter) DefinesValueConverterto use on given path.Constructors in jodd.json with parameters of type JsonParserModifierConstructorDescription(package private)ObjectParser(JsonParser jsonParser, Class targetType, Class keyType, Class componentType)