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