public class FastPathFooterType extends java.lang.Object implements AMQPType<Footer>, FastPathDescribedTypeConstructor<Footer>
| Constructor and Description |
|---|
FastPathFooterType(EncoderImpl encoder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encodesJavaPrimitive() |
java.util.Collection<? extends TypeEncoding<Footer>> |
getAllEncodings() |
TypeEncoding<Footer> |
getCanonicalEncoding() |
DecoderImpl |
getDecoder() |
EncoderImpl |
getEncoder() |
TypeEncoding<Footer> |
getEncoding(Footer val) |
java.lang.Class<Footer> |
getTypeClass() |
Footer |
readValue() |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
void |
skipValue() |
void |
write(Footer val) |
public FastPathFooterType(EncoderImpl encoder)
public EncoderImpl getEncoder()
public DecoderImpl getDecoder()
public boolean encodesJavaPrimitive()
encodesJavaPrimitive in interface TypeConstructor<Footer>public java.lang.Class<Footer> getTypeClass()
getTypeClass in interface AMQPType<Footer>getTypeClass in interface TypeConstructor<Footer>public TypeEncoding<Footer> getEncoding(Footer val)
getEncoding in interface AMQPType<Footer>public TypeEncoding<Footer> getCanonicalEncoding()
getCanonicalEncoding in interface AMQPType<Footer>public java.util.Collection<? extends TypeEncoding<Footer>> getAllEncodings()
getAllEncodings in interface AMQPType<Footer>public Footer readValue()
readValue in interface TypeConstructor<Footer>public void skipValue()
skipValue in interface TypeConstructor<Footer>public static void register(Decoder decoder, EncoderImpl encoder)