com.mysema.util
Class ReflectionUtils
java.lang.Object
  
com.mysema.util.ReflectionUtils
public final class ReflectionUtils
- extends Object
 
- Author:
 
  - tiwe
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getAnnotatedElement
public static AnnotatedElement getAnnotatedElement(Class<?> beanClass,
                                                   String propertyName,
                                                   Class<?> propertyClass)
 
getTypeParameter
@Nullable
public static Class<?> getTypeParameter(Type type,
                                                 int index)
 
getImplementedInterfaces
public static Set<Class<?>> getImplementedInterfaces(Class<?> cl)
 
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.