public class Conversions
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
fromByteBuffer(Type type,
java.nio.ByteBuffer buffer) |
static java.lang.Object |
fromPartitionString(Type type,
java.lang.String asString) |
static java.nio.ByteBuffer |
toByteBuffer(Type.TypeID typeId,
java.lang.Object value) |
static java.nio.ByteBuffer |
toByteBuffer(Type type,
java.lang.Object value) |
public static java.lang.Object fromPartitionString(Type type, java.lang.String asString)
public static java.nio.ByteBuffer toByteBuffer(Type type, java.lang.Object value)
public static java.nio.ByteBuffer toByteBuffer(Type.TypeID typeId, java.lang.Object value)
public static <T> T fromByteBuffer(Type type, java.nio.ByteBuffer buffer)