public interface ClassMetadataSource
Modifier and Type | Method and Description |
---|---|
Collection<Constructor<?>> |
getConstructors() |
Collection<Method> |
getDeclaredMethods() |
Method |
getMethod(String methodName,
Class<?> returnType,
Class<?>... parameters) |
Collection<Method> getDeclaredMethods()
Method getMethod(String methodName, Class<?> returnType, Class<?>... parameters) throws NoSuchMethodException
NoSuchMethodException
Collection<Constructor<?>> getConstructors()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.