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