Package org.apache.juneau.uon
Class UonParser.Decoding
java.lang.Object
org.apache.juneau.Context
org.apache.juneau.BeanContextable
org.apache.juneau.parser.Parser
org.apache.juneau.parser.ReaderParser
org.apache.juneau.uon.UonParser
org.apache.juneau.uon.UonParser.Decoding
- All Implemented Interfaces:
AnnotationProvider
,HttpPartParser
,UonMetaProvider
- Enclosing class:
UonParser
Default parser, decoding.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.juneau.uon.UonParser
UonParser.Builder, UonParser.Decoding
Nested classes/interfaces inherited from class org.apache.juneau.parser.Parser
Parser.Null
Nested classes/interfaces inherited from interface org.apache.juneau.httppart.HttpPartParser
HttpPartParser.Creator, HttpPartParser.Void
-
Field Summary
Fields inherited from class org.apache.juneau.uon.UonParser
DEFAULT, DEFAULT_DECODING
Fields inherited from class org.apache.juneau.Context
CONTEXT_APPLY_FILTER
Fields inherited from interface org.apache.juneau.AnnotationProvider
DISABLE_ANNOTATION_CACHING
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.juneau.uon.UonParser
copy, create, createSession, getClassMeta, getClassMeta, getPartSession, getSession, getUonBeanPropertyMeta, getUonClassMeta, isDecoding, isValidateEnd, parse, parse, parse, properties
Methods inherited from class org.apache.juneau.parser.ReaderParser
getFileCharset, getStreamCharset, isReaderParser
Methods inherited from class org.apache.juneau.parser.Parser
canHandle, createParserBuilder, doParse, getDebugOutputLines, getListener, getMediaTypes, getPrimaryMediaType, isAutoCloseStreams, isStrict, isTrimStrings, isUnbuffered, parse, parse, parse, parse, parse, parse, parseArgs, parseIntoCollection, parseIntoMap
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.juneau.AnnotationProvider
firstAnnotation, firstAnnotation, firstAnnotation, firstAnnotation, firstDeclaredAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachDeclaredAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastDeclaredAnnotation
-
Constructor Details
-
Decoding
Constructor.- Parameters:
builder
- The builder for this object.
-