public class FastPathPropertiesType extends Object implements AMQPType<Properties>, FastPathDescribedTypeConstructor<Properties>
| Constructor and Description |
|---|
FastPathPropertiesType(EncoderImpl encoder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encodesJavaPrimitive() |
Collection<? extends TypeEncoding<Properties>> |
getAllEncodings() |
TypeEncoding<Properties> |
getCanonicalEncoding() |
DecoderImpl |
getDecoder() |
EncoderImpl |
getEncoder() |
TypeEncoding<Properties> |
getEncoding(Properties properties) |
Class<Properties> |
getTypeClass() |
Properties |
readValue() |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
void |
skipValue() |
void |
write(Properties value) |
public FastPathPropertiesType(EncoderImpl encoder)
public EncoderImpl getEncoder()
public DecoderImpl getDecoder()
public Properties readValue()
readValue in interface TypeConstructor<Properties>public void skipValue()
skipValue in interface TypeConstructor<Properties>public boolean encodesJavaPrimitive()
encodesJavaPrimitive in interface TypeConstructor<Properties>public Class<Properties> getTypeClass()
getTypeClass in interface AMQPType<Properties>getTypeClass in interface TypeConstructor<Properties>public TypeEncoding<Properties> getEncoding(Properties properties)
getEncoding in interface AMQPType<Properties>public TypeEncoding<Properties> getCanonicalEncoding()
getCanonicalEncoding in interface AMQPType<Properties>public Collection<? extends TypeEncoding<Properties>> getAllEncodings()
getAllEncodings in interface AMQPType<Properties>public void write(Properties value)
write in interface AMQPType<Properties>public static void register(Decoder decoder, EncoderImpl encoder)
Copyright © 2020 The Apache Software Foundation. All rights reserved.