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