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