Uses of Class
org.apache.juneau.parser.ReaderParser
Packages that use ReaderParser
Package
Description
Marshalling API
Configuration Support
CSV Marshalling Support
HTML Marshalling Support
JSON Marshalling Support
Marshallers
OpenAPI Marshalling Support
Java Object Tools
Parser API
Plaintext Marshalling Support
Remote service API
Predefined Swaps
UON Marshalling Support
URL-Encoding Marshalling Support
XML Marshalling Support
-
Uses of ReaderParser in org.apache.juneau
Methods in org.apache.juneau with parameters of type ReaderParserModifier and TypeMethodDescriptionBeanMap.load(Reader r, ReaderParser p) Convenience method for setting multiple property values by passing in a reader. -
Uses of ReaderParser in org.apache.juneau.config
Fields in org.apache.juneau.config declared as ReaderParserMethods in org.apache.juneau.config with parameters of type ReaderParser -
Uses of ReaderParser in org.apache.juneau.csv
Subclasses of ReaderParser in org.apache.juneau.csv -
Uses of ReaderParser in org.apache.juneau.html
Subclasses of ReaderParser in org.apache.juneau.htmlModifier and TypeClassDescriptionclassParses text generated by theHtmlSerializerclass back into a POJO model. -
Uses of ReaderParser in org.apache.juneau.json
Subclasses of ReaderParser in org.apache.juneau.jsonModifier and TypeClassDescriptionclassParses any valid JSON text into a POJO model.classParses any valid JSON text into a POJO model.static classDefault parser, strict mode. -
Uses of ReaderParser in org.apache.juneau.marshaller
Constructors in org.apache.juneau.marshaller with parameters of type ReaderParser -
Uses of ReaderParser in org.apache.juneau.oapi
Subclasses of ReaderParser in org.apache.juneau.oapi -
Uses of ReaderParser in org.apache.juneau.objecttools
Methods in org.apache.juneau.objecttools with parameters of type ReaderParserModifier and TypeMethodDescriptionstatic ObjectIntrospectorObjectIntrospector.create(Object o, ReaderParser parser) Static creator.static ObjectRestObjectRest.create(Object o, ReaderParser parser) Static creator.Constructors in org.apache.juneau.objecttools with parameters of type ReaderParserModifierConstructorDescriptionObjectIntrospector(Object object, ReaderParser parser) Constructor.ObjectRest(Object o, ReaderParser parser) Create a new instance of a REST interface over the specified object. -
Uses of ReaderParser in org.apache.juneau.parser
Methods in org.apache.juneau.parser that return ReaderParserMethods in org.apache.juneau.parser with parameters of type ReaderParserModifier and TypeMethodDescriptionstatic ReaderParserSession.BuilderReaderParserSession.create(ReaderParser ctx) Creates a new builder for this object.Constructors in org.apache.juneau.parser with parameters of type ReaderParserModifierConstructorDescriptionprotectedBuilder(ReaderParser copyFrom) Copy constructor.protectedBuilder(ReaderParser ctx) Constructor -
Uses of ReaderParser in org.apache.juneau.plaintext
Subclasses of ReaderParser in org.apache.juneau.plaintextModifier and TypeClassDescriptionclassParsers HTTP plain text request bodies into Group 5 POJOs. -
Uses of ReaderParser in org.apache.juneau.rest.remote
Methods in org.apache.juneau.rest.remote with parameters of type ReaderParserModifier and TypeMethodDescriptionRrpcServlet.invoke(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod) -
Uses of ReaderParser in org.apache.juneau.swaps
Constructors in org.apache.juneau.swaps with parameters of type ReaderParser -
Uses of ReaderParser in org.apache.juneau.uon
Subclasses of ReaderParser in org.apache.juneau.uonModifier and TypeClassDescriptionclassParses UON (a notation for URL-encoded query parameter values) text into POJO models.static classDefault parser, decoding. -
Uses of ReaderParser in org.apache.juneau.urlencoding
Subclasses of ReaderParser in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassParses URL-encoded text into POJO models. -
Uses of ReaderParser in org.apache.juneau.xml
Subclasses of ReaderParser in org.apache.juneau.xmlModifier and TypeClassDescriptionclassParses text generated by theXmlSerializerclass back into a POJO model.