com.netflix.astyanax.util
Class StringUtils

java.lang.Object
  extended by com.netflix.astyanax.util.StringUtils

public class StringUtils
extends Object


Constructor Summary
StringUtils()
           
 
Method Summary
static
<T> String
joinClassAttributeValues(T object, String name, Class<T> clazz)
           
static
<T> String
joinClassGettersValues(T object, String name, Class<T> clazz)
           
static String toCamelCase(String s)
          Convert a string from "_" delimited to lower camel case
static String toProperCase(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

toCamelCase

public static String toCamelCase(String s)
Convert a string from "_" delimited to lower camel case

Parameters:
s -
Returns:

toProperCase

public static String toProperCase(String s)

joinClassAttributeValues

public static <T> String joinClassAttributeValues(T object,
                                                  String name,
                                                  Class<T> clazz)

joinClassGettersValues

public static <T> String joinClassGettersValues(T object,
                                                String name,
                                                Class<T> clazz)


Copyright © 2012. All Rights Reserved.