org.shiftone.exq.impl.util
Class BeanUtil

java.lang.Object
  extended byorg.shiftone.exq.impl.util.BeanUtil

public class BeanUtil
extends java.lang.Object

Class BeanUtil

Author:
Jeff Drost

Field Summary
static java.lang.Class[] EMPTY_CLASS_ARRAY
           
static java.lang.Object[] EMPTY_OBJECT_ARRAY
           
 
Constructor Summary
BeanUtil()
           
 
Method Summary
static java.lang.Object getCloneIfPossible(java.lang.Object object)
          Method getCloneIfPossible
static java.lang.String getPackage(java.lang.Class klass)
          Method getPackage
static java.lang.String getPackage(java.lang.Object o)
          Method getPackage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_CLASS_ARRAY

public static final java.lang.Class[] EMPTY_CLASS_ARRAY

EMPTY_OBJECT_ARRAY

public static final java.lang.Object[] EMPTY_OBJECT_ARRAY
Constructor Detail

BeanUtil

public BeanUtil()
Method Detail

getPackage

public static java.lang.String getPackage(java.lang.Object o)
Method getPackage

Parameters:
o -

getPackage

public static java.lang.String getPackage(java.lang.Class klass)
Method getPackage

Parameters:
klass -

getCloneIfPossible

public static java.lang.Object getCloneIfPossible(java.lang.Object object)
Method getCloneIfPossible

Parameters:
object -