Uses of Enum Class
org.apache.juneau.BinaryFormat
Packages that use BinaryFormat
Package
Description
- 
Uses of BinaryFormat in org.apache.juneauMethods in org.apache.juneau that return BinaryFormatModifier and TypeMethodDescriptionstatic BinaryFormatReturns the enum constant of this class with the specified name.static BinaryFormat[]BinaryFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of BinaryFormat in org.apache.juneau.configMethods in org.apache.juneau.config with parameters of type BinaryFormatModifier and TypeMethodDescriptionConfig.Builder.binaryFormat(BinaryFormat value) Binary value format.
- 
Uses of BinaryFormat in org.apache.juneau.msgpackMethods in org.apache.juneau.msgpack with parameters of type BinaryFormatModifier and TypeMethodDescriptionMsgPackParser.Builder.binaryFormat(BinaryFormat value) MsgPackSerializer.Builder.binaryFormat(BinaryFormat value) 
- 
Uses of BinaryFormat in org.apache.juneau.parserMethods in org.apache.juneau.parser that return BinaryFormatModifier and TypeMethodDescriptionprotected final BinaryFormatInputStreamParser.getBinaryFormat()Binary input format.protected final BinaryFormatInputStreamParserSession.getBinaryFormat()Binary input format.Methods in org.apache.juneau.parser with parameters of type BinaryFormatModifier and TypeMethodDescriptionInputStreamParser.Builder.binaryFormat(BinaryFormat value) InputStreamParser configuration property: Binary input format.Constructors in org.apache.juneau.parser with parameters of type BinaryFormatModifierConstructorDescriptionParserPipe(Object input, boolean debug, boolean autoCloseStreams, boolean unbuffered, BinaryFormat binaryFormat) Constructor for stream-based parsers.
- 
Uses of BinaryFormat in org.apache.juneau.serializerMethods in org.apache.juneau.serializer that return BinaryFormatModifier and TypeMethodDescriptionprotected final BinaryFormatOutputStreamSerializer.getBinaryFormat()Binary output format.protected final BinaryFormatOutputStreamSerializerSession.getBinaryFormat()Binary output format.Methods in org.apache.juneau.serializer with parameters of type BinaryFormatModifier and TypeMethodDescriptionOutputStreamSerializer.Builder.binaryFormat(BinaryFormat value) Binary output format.