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.juneauMethods 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.configMethods in org.apache.juneau.config with parameters of type ReaderParser
- 
Uses of ReaderParser in org.apache.juneau.csvSubclasses of ReaderParser in org.apache.juneau.csv
- 
Uses of ReaderParser in org.apache.juneau.htmlSubclasses 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.jsonSubclasses 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.marshallerConstructors in org.apache.juneau.marshaller with parameters of type ReaderParser
- 
Uses of ReaderParser in org.apache.juneau.oapiSubclasses of ReaderParser in org.apache.juneau.oapi
- 
Uses of ReaderParser in org.apache.juneau.objecttoolsMethods 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.parserMethods 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.plaintextSubclasses 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.remoteMethods 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.swapsConstructors in org.apache.juneau.swaps with parameters of type ReaderParser
- 
Uses of ReaderParser in org.apache.juneau.uonSubclasses 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.urlencodingSubclasses of ReaderParser in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassParses URL-encoded text into POJO models.
- 
Uses of ReaderParser in org.apache.juneau.xmlSubclasses of ReaderParser in org.apache.juneau.xmlModifier and TypeClassDescriptionclassParses text generated by theXmlSerializerclass back into a POJO model.