org.reflext.api
Class ClassIntrospector
java.lang.Object
org.reflext.api.ClassIntrospector
public class ClassIntrospector
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassIntrospector
public ClassIntrospector(ClassTypeInfo type)
resolveMethods
public <A extends Annotation> Collection<MethodInfo> resolveMethods(Class<A> annotationClass)
getGetterMap
public Map<String,MethodInfo> getGetterMap()
getGetters
public Iterable<MethodInfo> getGetters()
getSetterMap
public Map<String,Set<MethodInfo>> getSetterMap()
getSetters
public Iterable<MethodInfo> getSetters()
getMethods
public Iterable<MethodInfo> getMethods()
Copyright © 2009 eXo Platform SAS. All Rights Reserved.