Uses of Annotation Interface
io.airlift.drift.codec.internal.coercion.ToThrift
Packages that use ToThrift
-
Uses of ToThrift in io.airlift.drift.codec.internal.coercion
Methods in io.airlift.drift.codec.internal.coercion with annotations of type ToThriftModifier and TypeMethodDescriptionstatic booleanDefaultJavaCoercions.boxedBooleanToBoolean(Boolean value) static byteDefaultJavaCoercions.boxedByteToByte(Byte value) static doubleDefaultJavaCoercions.boxedDoubleToDouble(Double value) static doubleDefaultJavaCoercions.boxedFloatToDouble(Float value) static intDefaultJavaCoercions.boxedIntegerToInteger(Integer value) static longDefaultJavaCoercions.boxedLongToLong(Long value) static shortDefaultJavaCoercions.boxedShortToShort(Short value) static ByteBufferDefaultJavaCoercions.byteArrayToByteBuffer(byte[] value) static doubleDefaultJavaCoercions.primitiveFloatToDouble(float value)