org.jboss.invocation.proxy.reflection
Class DefaultClassMetadataSource
java.lang.Object
org.jboss.invocation.proxy.reflection.DefaultClassMetadataSource
- All Implemented Interfaces:
- ClassMetadataSource
public class DefaultClassMetadataSource
- extends Object
- implements ClassMetadataSource
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultClassMetadataSource
public DefaultClassMetadataSource(Class<?> clazz)
getDeclaredMethods
public Collection<Method> getDeclaredMethods()
- Specified by:
getDeclaredMethods
in interface ClassMetadataSource
getMethod
public Method getMethod(String methodName,
Class<?> returnType,
Class<?>... parameters)
throws NoSuchMethodException
- Specified by:
getMethod
in interface ClassMetadataSource
- Throws:
NoSuchMethodException
getConstructors
public Collection<Constructor<?>> getConstructors()
- Specified by:
getConstructors
in interface ClassMetadataSource
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.