org.apache.myfaces.extensions.validator.util
Class ProxyUtils
java.lang.Object
org.apache.myfaces.extensions.validator.util.ProxyUtils
public class ProxyUtils
- extends java.lang.Object
- Since:
- x.x.3
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyUtils
public ProxyUtils()
getUnproxiedClass
public static <T> java.lang.Class<T> getUnproxiedClass(java.lang.Class currentClass,
java.lang.Class<T> targetType)
getUnproxiedClass
public static java.lang.Class getUnproxiedClass(java.lang.Class currentClass)
getClassName
public static java.lang.String getClassName(java.lang.Class proxiedClass)
getClassNameOfObject
public static java.lang.String getClassNameOfObject(java.lang.Object proxiedObject)
isProxiedClass
public static boolean isProxiedClass(java.lang.Class currentClass)
isProxiedObject
public static boolean isProxiedObject(java.lang.Object proxiedObject)
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.