public class FastPathDeliveryAnnotationsType extends java.lang.Object implements AMQPType<DeliveryAnnotations>, FastPathDescribedTypeConstructor<DeliveryAnnotations>
| Constructor and Description |
|---|
FastPathDeliveryAnnotationsType(EncoderImpl encoder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encodesJavaPrimitive() |
java.util.Collection<? extends TypeEncoding<DeliveryAnnotations>> |
getAllEncodings() |
TypeEncoding<DeliveryAnnotations> |
getCanonicalEncoding() |
DecoderImpl |
getDecoder() |
EncoderImpl |
getEncoder() |
TypeEncoding<DeliveryAnnotations> |
getEncoding(DeliveryAnnotations val) |
java.lang.Class<DeliveryAnnotations> |
getTypeClass() |
DeliveryAnnotations |
readValue() |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
void |
skipValue() |
void |
write(DeliveryAnnotations val) |
public FastPathDeliveryAnnotationsType(EncoderImpl encoder)
public EncoderImpl getEncoder()
public DecoderImpl getDecoder()
public boolean encodesJavaPrimitive()
encodesJavaPrimitive in interface TypeConstructor<DeliveryAnnotations>public java.lang.Class<DeliveryAnnotations> getTypeClass()
getTypeClass in interface AMQPType<DeliveryAnnotations>getTypeClass in interface TypeConstructor<DeliveryAnnotations>public TypeEncoding<DeliveryAnnotations> getEncoding(DeliveryAnnotations val)
getEncoding in interface AMQPType<DeliveryAnnotations>public TypeEncoding<DeliveryAnnotations> getCanonicalEncoding()
getCanonicalEncoding in interface AMQPType<DeliveryAnnotations>public java.util.Collection<? extends TypeEncoding<DeliveryAnnotations>> getAllEncodings()
getAllEncodings in interface AMQPType<DeliveryAnnotations>public DeliveryAnnotations readValue()
readValue in interface TypeConstructor<DeliveryAnnotations>public void skipValue()
skipValue in interface TypeConstructor<DeliveryAnnotations>public void write(DeliveryAnnotations val)
write in interface AMQPType<DeliveryAnnotations>public static void register(Decoder decoder, EncoderImpl encoder)