Class FastPathAmqpValueType
java.lang.Object
org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
- All Implemented Interfaces:
AMQPType<AmqpValue>
,FastPathDescribedTypeConstructor<AmqpValue>
,TypeConstructor<AmqpValue>
public class FastPathAmqpValueType
extends Object
implements AMQPType<AmqpValue>, FastPathDescribedTypeConstructor<AmqpValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Collection
<? extends TypeEncoding<AmqpValue>> getEncoding
(AmqpValue value) static void
register
(Decoder decoder, EncoderImpl encoder) void
void
-
Constructor Details
-
FastPathAmqpValueType
-
-
Method Details
-
getEncoder
-
getDecoder
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()- Specified by:
encodesJavaPrimitive
in interfaceTypeConstructor<AmqpValue>
-
getTypeClass
- Specified by:
getTypeClass
in interfaceAMQPType<AmqpValue>
- Specified by:
getTypeClass
in interfaceTypeConstructor<AmqpValue>
-
getEncoding
- Specified by:
getEncoding
in interfaceAMQPType<AmqpValue>
-
getCanonicalEncoding
- Specified by:
getCanonicalEncoding
in interfaceAMQPType<AmqpValue>
-
getAllEncodings
- Specified by:
getAllEncodings
in interfaceAMQPType<AmqpValue>
-
readValue
- Specified by:
readValue
in interfaceTypeConstructor<AmqpValue>
-
skipValue
public void skipValue()- Specified by:
skipValue
in interfaceTypeConstructor<AmqpValue>
-
write
-
register
-