Uses of Enum Class
org.apache.juneau.BinaryFormat
Packages that use BinaryFormat
Package
Description
-
Uses of BinaryFormat in org.apache.juneau
Methods in org.apache.juneau that return BinaryFormatModifier and TypeMethodDescriptionstatic BinaryFormat
Returns 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.config
Methods 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.msgpack
Methods 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.parser
Methods in org.apache.juneau.parser that return BinaryFormatModifier and TypeMethodDescriptionprotected final BinaryFormat
InputStreamParser.getBinaryFormat()
Binary input format.protected final BinaryFormat
InputStreamParserSession.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.serializer
Methods in org.apache.juneau.serializer that return BinaryFormatModifier and TypeMethodDescriptionprotected final BinaryFormat
OutputStreamSerializer.getBinaryFormat()
Binary output format.protected final BinaryFormat
OutputStreamSerializerSession.getBinaryFormat()
Binary output format.Methods in org.apache.juneau.serializer with parameters of type BinaryFormatModifier and TypeMethodDescriptionOutputStreamSerializer.Builder.binaryFormat
(BinaryFormat value) Binary output format.