org.jboss.invocation.proxy.reflection
Interface ClassMetadataSource
- All Known Implementing Classes:
- DefaultClassMetadataSource
public interface ClassMetadataSource
Interface that provides reflection data for a given class
- Author:
- Stuart Douglas
getDeclaredMethods
Collection<Method> getDeclaredMethods()
getMethod
Method getMethod(String methodName,
Class<?> returnType,
Class<?>... parameters)
throws NoSuchMethodException
- Throws:
NoSuchMethodException
getConstructors
Collection<Constructor<?>> getConstructors()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.