public class AmqpValueType extends AbstractDescribedType<AmqpValue,Object> implements DescribedTypeConstructor<AmqpValue>
| Modifier and Type | Method and Description |
|---|---|
UnsignedLong |
getDescriptor() |
Class<AmqpValue> |
getTypeClass() |
AmqpValue |
newInstance(Object described) |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
protected Object |
wrap(AmqpValue val) |
getAllEncodings, getCanonicalEncoding, getEncoding, writepublic UnsignedLong getDescriptor()
getDescriptor in class AbstractDescribedType<AmqpValue,Object>protected Object wrap(AmqpValue val)
wrap in class AbstractDescribedType<AmqpValue,Object>public AmqpValue newInstance(Object described)
newInstance in interface DescribedTypeConstructor<AmqpValue>public Class<AmqpValue> getTypeClass()
getTypeClass in interface AMQPType<AmqpValue>getTypeClass in interface DescribedTypeConstructor<AmqpValue>public static void register(Decoder decoder, EncoderImpl encoder)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.