public class AmqpSequenceType extends AbstractDescribedType<AmqpSequence,java.util.List> implements DescribedTypeConstructor<AmqpSequence>
| Modifier and Type | Method and Description |
|---|---|
UnsignedLong |
getDescriptor() |
java.lang.Class<AmqpSequence> |
getTypeClass() |
AmqpSequence |
newInstance(java.lang.Object described) |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
protected java.util.List |
wrap(AmqpSequence val) |
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, writepublic UnsignedLong getDescriptor()
getDescriptor in class AbstractDescribedType<AmqpSequence,java.util.List>protected java.util.List wrap(AmqpSequence val)
wrap in class AbstractDescribedType<AmqpSequence,java.util.List>public AmqpSequence newInstance(java.lang.Object described)
newInstance in interface DescribedTypeConstructor<AmqpSequence>public java.lang.Class<AmqpSequence> getTypeClass()
getTypeClass in interface AMQPType<AmqpSequence>getTypeClass in interface DescribedTypeConstructor<AmqpSequence>public static void register(Decoder decoder, EncoderImpl encoder)