Class FastPathDeliveryAnnotationsType
- java.lang.Object
-
- org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
-
- All Implemented Interfaces:
AMQPType<DeliveryAnnotations>,FastPathDescribedTypeConstructor<DeliveryAnnotations>,TypeConstructor<DeliveryAnnotations>
public class FastPathDeliveryAnnotationsType extends java.lang.Object implements AMQPType<DeliveryAnnotations>, FastPathDescribedTypeConstructor<DeliveryAnnotations>
-
-
Constructor Summary
Constructors Constructor Description FastPathDeliveryAnnotationsType(EncoderImpl encoder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanencodesJavaPrimitive()java.util.Collection<? extends TypeEncoding<DeliveryAnnotations>>getAllEncodings()TypeEncoding<DeliveryAnnotations>getCanonicalEncoding()DecoderImplgetDecoder()EncoderImplgetEncoder()TypeEncoding<DeliveryAnnotations>getEncoding(DeliveryAnnotations val)java.lang.Class<DeliveryAnnotations>getTypeClass()DeliveryAnnotationsreadValue()static voidregister(Decoder decoder, EncoderImpl encoder)voidskipValue()voidwrite(DeliveryAnnotations val)
-
-
-
Constructor Detail
-
FastPathDeliveryAnnotationsType
public FastPathDeliveryAnnotationsType(EncoderImpl encoder)
-
-
Method Detail
-
getEncoder
public EncoderImpl getEncoder()
-
getDecoder
public DecoderImpl getDecoder()
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()
- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<DeliveryAnnotations>
-
getTypeClass
public java.lang.Class<DeliveryAnnotations> getTypeClass()
- Specified by:
getTypeClassin interfaceAMQPType<DeliveryAnnotations>- Specified by:
getTypeClassin interfaceTypeConstructor<DeliveryAnnotations>
-
getEncoding
public TypeEncoding<DeliveryAnnotations> getEncoding(DeliveryAnnotations val)
- Specified by:
getEncodingin interfaceAMQPType<DeliveryAnnotations>
-
getCanonicalEncoding
public TypeEncoding<DeliveryAnnotations> getCanonicalEncoding()
- Specified by:
getCanonicalEncodingin interfaceAMQPType<DeliveryAnnotations>
-
getAllEncodings
public java.util.Collection<? extends TypeEncoding<DeliveryAnnotations>> getAllEncodings()
- Specified by:
getAllEncodingsin interfaceAMQPType<DeliveryAnnotations>
-
readValue
public DeliveryAnnotations readValue()
- Specified by:
readValuein interfaceTypeConstructor<DeliveryAnnotations>
-
skipValue
public void skipValue()
- Specified by:
skipValuein interfaceTypeConstructor<DeliveryAnnotations>
-
write
public void write(DeliveryAnnotations val)
- Specified by:
writein interfaceAMQPType<DeliveryAnnotations>
-
register
public static void register(Decoder decoder, EncoderImpl encoder)
-
-