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, getEncoding, write
public 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 © 2016 The Apache Software Foundation. All rights reserved.