Uses of Class
org.apache.juneau.json.JsonParser
Packages that use JsonParser
-
Uses of JsonParser in org.apache.juneau.json
Subclasses of JsonParser in org.apache.juneau.jsonModifier and TypeClassDescriptionclass
Parses any valid JSON text into a POJO model.static class
Default parser, strict mode.Fields in org.apache.juneau.json declared as JsonParserModifier and TypeFieldDescriptionstatic final JsonParser
JsonParser.DEFAULT
Default parser, all default settings.static final JsonParser
JsonParser.DEFAULT_STRICT
Default parser, all default settings.Methods in org.apache.juneau.json that return JsonParserMethods in org.apache.juneau.json with parameters of type JsonParserModifier and TypeMethodDescriptionstatic JsonParserSession.Builder
JsonParserSession.create
(JsonParser ctx) Creates a new builder for this object.Constructors in org.apache.juneau.json with parameters of type JsonParserModifierConstructorDescriptionprotected
Builder
(JsonParser copyFrom) Copy constructor.protected
Builder
(JsonParser ctx) Constructor -
Uses of JsonParser in org.apache.juneau.marshaller
Constructors in org.apache.juneau.marshaller with parameters of type JsonParser