Package org.apache.juneau.parser
Class ParserSet.NoInherit
java.lang.Object
org.apache.juneau.Context
org.apache.juneau.BeanContextable
org.apache.juneau.parser.Parser
org.apache.juneau.parser.ParserSet.NoInherit
- Enclosing class:
- ParserSet
An identifier that the previous entries in this group should not be inherited.
Used by ParserSet.Builder.add(Class...)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.juneau.parser.Parser
Parser.Builder, Parser.Null -
Field Summary
Fields inherited from class org.apache.juneau.parser.Parser
autoCloseStreams, consumes, debugOutputLines, listener, strict, trimStrings, unbufferedFields inherited from class org.apache.juneau.BeanContextable
beanContextFields inherited from class org.apache.juneau.Context
CONTEXT_APPLY_FILTER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.juneau.parser.Parser
canHandle, copy, create, createParserBuilder, createSession, doParse, getDebugOutputLines, getListener, getMediaTypes, getPrimaryMediaType, getSession, isAutoCloseStreams, isReaderParser, isStrict, isTrimStrings, isUnbuffered, parse, parse, parse, parse, parse, parse, parseArgs, parseIntoCollection, parseIntoMap, propertiesMethods inherited from class org.apache.juneau.BeanContextable
getBeanContextMethods inherited from class org.apache.juneau.Context
createBuilder, getAnnotationProvider, init, isDebug, toString
-
Constructor Details
-
NoInherit
-