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