com.googlecode.jpattern.shared.util
Class ValueUtil
java.lang.Object
com.googlecode.jpattern.shared.util.ValueUtil
public abstract class ValueUtil
- extends Object
- Author:
- Francesco Cina' 09/nov/2010 - 08.51.03
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueUtil
public ValueUtil()
stringNotNull
public static String stringNotNull(String value,
String defaultValue)
stringNotNullTrimmed
public static String stringNotNullTrimmed(String value,
String defaultValue)
objectNotNull
public static <E> E objectNotNull(E value,
E defaultValue)
objectNotNull
public static <E> E objectNotNull(Class<E> aClass,
E value,
E defaultValue)
Copyright © 2011. All Rights Reserved.