Uses of Enum Class
org.apache.juneau.BinaryFormat
Packages that use BinaryFormat
Package
Description
Marshalling API
Configuration Support
MessagePack Marshalling Support
Parser API
Serializer API
-
Uses of BinaryFormat in org.apache.juneau
Methods 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.config
Fields in org.apache.juneau.config declared as BinaryFormatMethods 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
Fields in org.apache.juneau.parser declared as BinaryFormatMethods 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.serializer
Methods 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.