com.mysema.util
Class ReflectionUtils

java.lang.Object
  extended by com.mysema.util.ReflectionUtils

public final class ReflectionUtils
extends Object

Author:
tiwe

Method Summary
static AnnotatedElement getAnnotatedElement(Class<?> beanClass, String propertyName, Class<?> propertyClass)
           
static Set<Class<?>> getImplementedInterfaces(Class<?> cl)
           
static Class<?> getTypeParameter(Type type, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2010 Mysema Ltd. All Rights Reserved.