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