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