Class FastPathPropertiesType
- java.lang.Object
-
- org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
-
- All Implemented Interfaces:
AMQPType<Properties>,FastPathDescribedTypeConstructor<Properties>,TypeConstructor<Properties>
public class FastPathPropertiesType extends java.lang.Object implements AMQPType<Properties>, FastPathDescribedTypeConstructor<Properties>
-
-
Constructor Summary
Constructors Constructor Description FastPathPropertiesType(EncoderImpl encoder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanencodesJavaPrimitive()java.util.Collection<? extends TypeEncoding<Properties>>getAllEncodings()TypeEncoding<Properties>getCanonicalEncoding()DecoderImplgetDecoder()EncoderImplgetEncoder()TypeEncoding<Properties>getEncoding(Properties properties)java.lang.Class<Properties>getTypeClass()PropertiesreadValue()static voidregister(Decoder decoder, EncoderImpl encoder)voidskipValue()voidwrite(Properties value)
-
-
-
Constructor Detail
-
FastPathPropertiesType
public FastPathPropertiesType(EncoderImpl encoder)
-
-
Method Detail
-
getEncoder
public EncoderImpl getEncoder()
-
getDecoder
public DecoderImpl getDecoder()
-
readValue
public Properties readValue()
- Specified by:
readValuein interfaceTypeConstructor<Properties>
-
skipValue
public void skipValue()
- Specified by:
skipValuein interfaceTypeConstructor<Properties>
-
encodesJavaPrimitive
public boolean encodesJavaPrimitive()
- Specified by:
encodesJavaPrimitivein interfaceTypeConstructor<Properties>
-
getTypeClass
public java.lang.Class<Properties> getTypeClass()
- Specified by:
getTypeClassin interfaceAMQPType<Properties>- Specified by:
getTypeClassin interfaceTypeConstructor<Properties>
-
getEncoding
public TypeEncoding<Properties> getEncoding(Properties properties)
- Specified by:
getEncodingin interfaceAMQPType<Properties>
-
getCanonicalEncoding
public TypeEncoding<Properties> getCanonicalEncoding()
- Specified by:
getCanonicalEncodingin interfaceAMQPType<Properties>
-
getAllEncodings
public java.util.Collection<? extends TypeEncoding<Properties>> getAllEncodings()
- Specified by:
getAllEncodingsin interfaceAMQPType<Properties>
-
write
public void write(Properties value)
- Specified by:
writein interfaceAMQPType<Properties>
-
register
public static void register(Decoder decoder, EncoderImpl encoder)
-
-