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