Uses of Annotation Interface
io.airlift.drift.codec.internal.coercion.FromThrift
Packages that use FromThrift
-
Uses of FromThrift in io.airlift.drift.codec.internal.coercion
Methods in io.airlift.drift.codec.internal.coercion with annotations of type FromThriftModifier and TypeMethodDescriptionstatic BooleanDefaultJavaCoercions.booleanToBoxedBoolean(boolean value) static byte[]DefaultJavaCoercions.byteBufferToByteArray(ByteBuffer buffer) static ByteDefaultJavaCoercions.byteToBoxedByte(byte value) static DoubleDefaultJavaCoercions.doubleToBoxedDouble(double value) static FloatDefaultJavaCoercions.doubleToBoxedFloat(double value) static floatDefaultJavaCoercions.doubleToPrimitiveFloat(double value) static IntegerDefaultJavaCoercions.integerToBoxedInteger(int value) static LongDefaultJavaCoercions.longToBoxedLong(long value) static ShortDefaultJavaCoercions.shortToBoxedShort(short value)