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 ClassMetadataSource
public Method getMethod(String methodName, Class<?> returnType, Class<?>... parameters) throws NoSuchMethodException
getMethod
in interface ClassMetadataSource
NoSuchMethodException
public Collection<Constructor<?>> getConstructors()
getConstructors
in interface ClassMetadataSource
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.