Uses of Class
org.apache.qpid.proton.amqp.Decimal64
-
Packages that use Decimal64 Package Description org.apache.qpid.proton.codec org.apache.qpid.proton.codec.impl -
-
Uses of Decimal64 in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return Decimal64 Modifier and Type Method Description Decimal64Data. getDecimal64()Decimal64Decoder. readDecimal64()Decimal64Decoder. readDecimal64(Decimal64 defaultValue)Decimal64DecoderImpl. readDecimal64()Decimal64DecoderImpl. readDecimal64(Decimal64 defaultValue)Methods in org.apache.qpid.proton.codec that return types with arguments of type Decimal64 Modifier and Type Method Description java.lang.Class<Decimal64>Decimal64Type. getTypeClass()Methods in org.apache.qpid.proton.codec with parameters of type Decimal64 Modifier and Type Method Description org.apache.qpid.proton.codec.Decimal64Type.Decimal64EncodingDecimal64Type. getEncoding(Decimal64 val)voidData. putDecimal64(Decimal64 d)Decimal64Decoder. readDecimal64(Decimal64 defaultValue)Decimal64DecoderImpl. readDecimal64(Decimal64 defaultValue)voidEncoder. writeDecimal64(Decimal64 d)voidEncoderImpl. writeDecimal64(Decimal64 d) -
Uses of Decimal64 in org.apache.qpid.proton.codec.impl
Methods in org.apache.qpid.proton.codec.impl that return Decimal64 Modifier and Type Method Description Decimal64DataImpl. getDecimal64()Methods in org.apache.qpid.proton.codec.impl with parameters of type Decimal64 Modifier and Type Method Description voidDataImpl. putDecimal64(Decimal64 d)
-