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