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