Uses of Class
org.apache.juneau.parser.ReaderParser
Packages that use ReaderParser
Package
Description
CSV Marshalling Support
Remote service API
-
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
Methods 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 TypeClassDescriptionclass
Parses text generated by theHtmlSerializer
class back into a POJO model. -
Uses of ReaderParser in org.apache.juneau.json
Subclasses of ReaderParser in org.apache.juneau.jsonModifier and TypeClassDescriptionclass
Parses any valid JSON text into a POJO model.class
Parses any valid JSON text into a POJO model.static class
Default 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 ObjectIntrospector
ObjectIntrospector.create
(Object o, ReaderParser parser) Static creator.static ObjectRest
ObjectRest.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.Builder
ReaderParserSession.create
(ReaderParser ctx) Creates a new builder for this object.Constructors in org.apache.juneau.parser with parameters of type ReaderParserModifierConstructorDescriptionprotected
Builder
(ReaderParser copyFrom) Copy constructor.protected
Builder
(ReaderParser ctx) Constructor -
Uses of ReaderParser in org.apache.juneau.plaintext
Subclasses of ReaderParser in org.apache.juneau.plaintextModifier and TypeClassDescriptionclass
Parsers 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 TypeClassDescriptionclass
Parses UON (a notation for URL-encoded query parameter values) text into POJO models.static class
Default parser, decoding. -
Uses of ReaderParser in org.apache.juneau.urlencoding
Subclasses of ReaderParser in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Parses URL-encoded text into POJO models. -
Uses of ReaderParser in org.apache.juneau.xml
Subclasses of ReaderParser in org.apache.juneau.xmlModifier and TypeClassDescriptionclass
Parses text generated by theXmlSerializer
class back into a POJO model.