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