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