com.netflix.astyanax.util
Class StringUtils
java.lang.Object
com.netflix.astyanax.util.StringUtils
public class StringUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
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.