public class DefaultMethodMetadata<M> extends Object implements MethodMetadata, Serializable
| Modifier and Type | Method and Description |
|---|---|
Method |
getJavaMethod() |
Class<?> |
getReturnType() |
Set<InterceptionType> |
getSupportedInterceptionTypes() |
static <M> MethodMetadata |
of(M methodReference,
AnnotatedMethodReader<M> methodReader) |
static MethodMetadata |
of(Method method) |
public static <M> MethodMetadata of(M methodReference, AnnotatedMethodReader<M> methodReader)
public static MethodMetadata of(Method method)
public Set<InterceptionType> getSupportedInterceptionTypes()
getSupportedInterceptionTypes in interface MethodMetadatapublic Method getJavaMethod()
getJavaMethod in interface MethodMetadatapublic Class<?> getReturnType()
getReturnType in interface MethodMetadataCopyright © 2014 Seam Framework. All Rights Reserved.