Uses of Class
org.apache.juneau.parser.ParserSession
Packages that use ParserSession
Package
Description
CSV Marshalling Support
-
Uses of ParserSession in org.apache.juneau.csv
Subclasses of ParserSession in org.apache.juneau.csvModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofCsvParser
. -
Uses of ParserSession in org.apache.juneau.examples.parser
Methods in org.apache.juneau.examples.parser with parameters of type ParserSessionModifier and TypeMethodDescription<T> T
ImageParser.doParse
(ParserSession session, ParserPipe pipe, ClassMeta<T> type) -
Uses of ParserSession in org.apache.juneau.html
Subclasses of ParserSession in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
ContextSession object that lives for the duration of a single use ofHtmlParser
. -
Uses of ParserSession in org.apache.juneau.json
Subclasses of ParserSession in org.apache.juneau.jsonModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofJsonParser
. -
Uses of ParserSession in org.apache.juneau.msgpack
Subclasses of ParserSession in org.apache.juneau.msgpackModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofMsgPackParser
. -
Uses of ParserSession in org.apache.juneau.oapi
Subclasses of ParserSession in org.apache.juneau.oapiModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofOpenApiParser
. -
Uses of ParserSession in org.apache.juneau.parser
Subclasses of ParserSession in org.apache.juneau.parserModifier and TypeClassDescriptionclass
Subclass of parser session objects for byte-based parsers.class
Subclass of parser session objects for character-based parsers.Methods in org.apache.juneau.parser that return ParserSessionMethods in org.apache.juneau.parser with parameters of type ParserSessionModifier and TypeMethodDescription<T> T
Parser.doParse
(ParserSession session, ParserPipe pipe, ClassMeta<T> type) Workhorse method.void
ParserListener.onBeanSetterException
(ParserSession session, Throwable t, BeanPropertyMeta p) Called when an exception is thrown when trying to call a bean setter method.void
ParserListener.onError
(ParserSession session, Throwable t, String msg) Called when an error occurs during parsing but is ignored.<T> void
ParserListener.onUnknownBeanProperty
(ParserSession session, String propertyName, Class<T> beanClass, T bean) Gets called when an unknown bean property is detected in a document.Constructors in org.apache.juneau.parser with parameters of type ParserSessionModifierConstructorDescriptionParseException
(ParserSession session, Exception causedBy) Constructor.ParseException
(ParserSession session, String message, Object... args) Constructor.ParseException
(ParserSession session, Throwable causedBy, String message, Object... args) Constructor. -
Uses of ParserSession in org.apache.juneau.plaintext
Subclasses of ParserSession in org.apache.juneau.plaintextModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofPlainTextParser
. -
Uses of ParserSession in org.apache.juneau.uon
Subclasses of ParserSession in org.apache.juneau.uonModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUonParser
. -
Uses of ParserSession in org.apache.juneau.urlencoding
Subclasses of ParserSession in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUrlEncodingParser
. -
Uses of ParserSession in org.apache.juneau.xml
Subclasses of ParserSession in org.apache.juneau.xmlModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofXmlParser
.