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