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