org.cassandraunit.utils
Class TypeExtractor

java.lang.Object
  extended by org.cassandraunit.utils.TypeExtractor

public class TypeExtractor
extends Object

Author:
Jeremy Sevellec

Constructor Summary
TypeExtractor()
           
 
Method Summary
static GenericType constructGenericType(String rowKeyOrColumnName, me.prettyprint.hector.api.ddl.ComparatorType type, GenericTypeEnum[] typesBelongingCompositeType)
           
static boolean containFunctions(String valueToExtract)
           
static GenericType extract(String valueToExtract, me.prettyprint.hector.api.ddl.ComparatorType defaultValueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeExtractor

public TypeExtractor()
Method Detail

extract

public static GenericType extract(String valueToExtract,
                                  me.prettyprint.hector.api.ddl.ComparatorType defaultValueType)

containFunctions

public static boolean containFunctions(String valueToExtract)

constructGenericType

public static GenericType constructGenericType(String rowKeyOrColumnName,
                                               me.prettyprint.hector.api.ddl.ComparatorType type,
                                               GenericTypeEnum[] typesBelongingCompositeType)


Copyright © 2012. All Rights Reserved.