Package org.apache.qpid.proton.codec
Class BigIntegerType
- java.lang.Object
-
- org.apache.qpid.proton.codec.BigIntegerType
-
- All Implemented Interfaces:
AMQPType<java.math.BigInteger>,PrimitiveType<java.math.BigInteger>
public class BigIntegerType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBigIntegerType.BigIntegerEncoding
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<BigIntegerType.BigIntegerEncoding>getAllEncodings()BigIntegerType.BigIntegerEncodinggetCanonicalEncoding()BigIntegerType.BigIntegerEncodinggetEncoding(java.math.BigInteger l)java.lang.Class<java.math.BigInteger>getTypeClass()voidwrite(T val)
-
-
-
Method Detail
-
getTypeClass
public java.lang.Class<java.math.BigInteger> getTypeClass()
-
getEncoding
public BigIntegerType.BigIntegerEncoding getEncoding(java.math.BigInteger l)
-
getCanonicalEncoding
public BigIntegerType.BigIntegerEncoding getCanonicalEncoding()
-
getAllEncodings
public java.util.Collection<BigIntegerType.BigIntegerEncoding> getAllEncodings()
-
-