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