public class DefaultClassMetadataSource extends Object implements ClassMetadataSource
| Constructor and Description |
|---|
DefaultClassMetadataSource(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Constructor<?>> |
getConstructors() |
Collection<Method> |
getDeclaredMethods() |
Method |
getMethod(String methodName,
Class<?> returnType,
Class<?>... parameters) |
public DefaultClassMetadataSource(Class<?> clazz)
public Collection<Method> getDeclaredMethods()
getDeclaredMethods in interface ClassMetadataSourcepublic Method getMethod(String methodName, Class<?> returnType, Class<?>... parameters) throws NoSuchMethodException
getMethod in interface ClassMetadataSourceNoSuchMethodExceptionpublic Collection<Constructor<?>> getConstructors()
getConstructors in interface ClassMetadataSourceCopyright © 2012 JBoss by Red Hat. All Rights Reserved.