org.hibernate.annotations.common.reflection
Class ReflectionUtil
java.lang.Object
org.hibernate.annotations.common.reflection.ReflectionUtil
public class ReflectionUtil
- extends Object
- Author:
- Paolo Perrotta
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtil
public ReflectionUtil()
isProperty
public static boolean isProperty(Method m,
Type boundType,
Filter filter)
isProperty
public static boolean isProperty(Field f,
Type boundType,
Filter filter)