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