public class FastPathDeliveryAnnotationsType extends Object implements AMQPType<DeliveryAnnotations>, FastPathDescribedTypeConstructor<DeliveryAnnotations>
| Constructor and Description |
|---|
FastPathDeliveryAnnotationsType(EncoderImpl encoder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encodesJavaPrimitive() |
Collection<? extends TypeEncoding<DeliveryAnnotations>> |
getAllEncodings() |
TypeEncoding<DeliveryAnnotations> |
getCanonicalEncoding() |
DecoderImpl |
getDecoder() |
EncoderImpl |
getEncoder() |
TypeEncoding<DeliveryAnnotations> |
getEncoding(DeliveryAnnotations val) |
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 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 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)
Copyright © 2018 The Apache Software Foundation. All rights reserved.