Package org.apache.juneau.msgpack
Class MsgPackParser.SpacedHex
java.lang.Object
org.apache.juneau.Context
org.apache.juneau.BeanContextable
org.apache.juneau.parser.Parser
org.apache.juneau.parser.InputStreamParser
org.apache.juneau.msgpack.MsgPackParser
org.apache.juneau.msgpack.MsgPackParser.SpacedHex
- All Implemented Interfaces:
- AnnotationProvider,- MsgPackMetaProvider
- Enclosing class:
- MsgPackParser
Default parser, string input encoded as spaced-hex.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.juneau.msgpack.MsgPackParserMsgPackParser.Base64, MsgPackParser.Builder, MsgPackParser.SpacedHexNested classes/interfaces inherited from class org.apache.juneau.parser.ParserParser.Null
- 
Field SummaryFields inherited from class org.apache.juneau.msgpack.MsgPackParserDEFAULT, DEFAULT_BASE64, DEFAULT_SPACED_HEXFields 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.msgpack.MsgPackParsercopy, create, createSession, getMsgPackBeanPropertyMeta, getMsgPackClassMeta, getSessionMethods inherited from class org.apache.juneau.parser.InputStreamParsergetBinaryFormat, isReaderParser, propertiesMethods 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- 
SpacedHexConstructor.- Parameters:
- builder- The builder for this object.
 
 
-