public class TargetType extends AbstractDescribedType<Target,java.util.List> implements DescribedTypeConstructor<Target>
| Constructor and Description |
|---|
TargetType(EncoderImpl encoder) |
| Modifier and Type | Method and Description |
|---|---|
UnsignedLong |
getDescriptor() |
java.lang.Class<Target> |
getTypeClass() |
Target |
newInstance(java.lang.Object described) |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
protected java.util.List |
wrap(Target val) |
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, writepublic TargetType(EncoderImpl encoder)
public UnsignedLong getDescriptor()
getDescriptor in class AbstractDescribedType<Target,java.util.List>protected java.util.List wrap(Target val)
wrap in class AbstractDescribedType<Target,java.util.List>public Target newInstance(java.lang.Object described)
newInstance in interface DescribedTypeConstructor<Target>public java.lang.Class<Target> getTypeClass()
getTypeClass in interface AMQPType<Target>getTypeClass in interface DescribedTypeConstructor<Target>public static void register(Decoder decoder, EncoderImpl encoder)