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