Package org.apache.juneau.parser
Class ParserSet.Inherit
java.lang.Object
org.apache.juneau.Context
org.apache.juneau.BeanContextable
org.apache.juneau.parser.Parser
org.apache.juneau.parser.ParserSet.Inherit
- All Implemented Interfaces:
AnnotationProvider
- Enclosing class:
ParserSet
An identifier that the previous entries in this group should be inherited.
Used by ParserSet.Builder.set(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.Context
CONTEXT_APPLY_FILTER
Fields inherited from interface org.apache.juneau.AnnotationProvider
DEFAULT, DISABLE_ANNOTATION_CACHING
-
Constructor Summary
-
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, properties
Methods inherited from class org.apache.juneau.BeanContextable
getBeanContext
Methods inherited from class org.apache.juneau.Context
createBuilder, firstAnnotation, firstAnnotation, firstAnnotation, firstAnnotation, firstDeclaredAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachDeclaredAnnotation, hasAnnotation, hasAnnotation, hasAnnotation, hasAnnotation, init, isDebug, lastAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastDeclaredAnnotation, toString
-
Constructor Details
-
Inherit
-