public class TypeMapper extends Object
| Constructor and Description |
|---|
TypeMapper() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getRowMethod(Class<?> javaType) |
static Class<?> |
toCompatibleJavaType(Class<?> originalClass) |
static com.datastax.driver.core.DataType.Name |
toCQLType(Class<?> javaType) |
static Class<?> |
toJavaType(com.datastax.driver.core.DataType.Name cqlType) |
Copyright © 2012-2014. All Rights Reserved.