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 SummaryNested classes/interfaces inherited from class org.apache.juneau.uon.UonParserUonParser.Builder, UonParser.DecodingNested classes/interfaces inherited from class org.apache.juneau.parser.ParserParser.NullNested classes/interfaces inherited from interface org.apache.juneau.httppart.HttpPartParserHttpPartParser.Creator, HttpPartParser.Void
- 
Field SummaryFields inherited from class org.apache.juneau.uon.UonParserDEFAULT, DEFAULT_DECODINGFields inherited from class org.apache.juneau.ContextCONTEXT_APPLY_FILTERFields inherited from interface org.apache.juneau.AnnotationProviderDISABLE_ANNOTATION_CACHING
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.uon.UonParsercopy, create, createSession, getClassMeta, getClassMeta, getPartSession, getSession, getUonBeanPropertyMeta, getUonClassMeta, isDecoding, isValidateEnd, parse, parse, parse, propertiesMethods inherited from class org.apache.juneau.parser.ReaderParsergetFileCharset, getStreamCharset, isReaderParserMethods inherited from class org.apache.juneau.parser.ParsercanHandle, createParserBuilder, doParse, getDebugOutputLines, getListener, getMediaTypes, getPrimaryMediaType, isAutoCloseStreams, isStrict, isTrimStrings, isUnbuffered, parse, parse, parse, parse, parse, parse, parseArgs, parseIntoCollection, parseIntoMapMethods inherited from class org.apache.juneau.BeanContextablegetBeanContextMethods inherited from class org.apache.juneau.ContextcreateBuilder, firstAnnotation, firstAnnotation, firstAnnotation, firstAnnotation, firstDeclaredAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachDeclaredAnnotation, hasAnnotation, hasAnnotation, hasAnnotation, hasAnnotation, init, isDebug, lastAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastDeclaredAnnotation, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.juneau.AnnotationProviderfirstAnnotation, firstAnnotation, firstAnnotation, firstAnnotation, firstDeclaredAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachDeclaredAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastDeclaredAnnotation
- 
Constructor Details- 
DecodingConstructor.- Parameters:
- builder- The builder for this object.
 
 
-