com.googlecode.jpattern.core.util
Class ValueUtil

java.lang.Object
  extended by com.googlecode.jpattern.shared.util.ValueUtil
      extended by com.googlecode.jpattern.core.util.ValueUtil

public abstract class ValueUtil
extends com.googlecode.jpattern.shared.util.ValueUtil

Author:
Francesco Cina' 09/nov/2010 - 08.51.03

Constructor Summary
ValueUtil()
           
 
Method Summary
static
<E> E
castObjectNotNull(java.lang.Class<E> aClass, java.lang.Object objectToCast, E defaultValue)
           
 
Methods inherited from class com.googlecode.jpattern.shared.util.ValueUtil
objectNotNull, objectNotNull, stringNotNull, stringNotNullTrimmed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueUtil

public ValueUtil()
Method Detail

castObjectNotNull

public static <E> E castObjectNotNull(java.lang.Class<E> aClass,
                                      java.lang.Object objectToCast,
                                      E defaultValue)


Copyright © 2011. All Rights Reserved.