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