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