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