Package org.apache.qpid.proton.codec
Interface PrimitiveType<V>
- All Superinterfaces:
AMQPType<V>
- All Known Implementing Classes:
ArrayType
,BigIntegerType
,BinaryType
,BooleanType
,ByteType
,CharacterType
,Decimal128Type
,Decimal32Type
,Decimal64Type
,DoubleType
,FloatType
,IntegerType
,ListType
,LongType
,MapType
,NullType
,ShortType
,StringType
,SymbolType
,TimestampType
,UnsignedByteType
,UnsignedIntegerType
,UnsignedLongType
,UnsignedShortType
,UUIDType
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends PrimitiveTypeEncoding<V>> getEncoding
(V val) Methods inherited from interface org.apache.qpid.proton.codec.AMQPType
getTypeClass, write
-
Method Details
-
getEncoding
- Specified by:
getEncoding
in interfaceAMQPType<V>
-
getCanonicalEncoding
PrimitiveTypeEncoding<V> getCanonicalEncoding()- Specified by:
getCanonicalEncoding
in interfaceAMQPType<V>
-
getAllEncodings
Collection<? extends PrimitiveTypeEncoding<V>> getAllEncodings()- Specified by:
getAllEncodings
in interfaceAMQPType<V>
-