public class DefaultMethodMetadata<M> extends Object implements MethodMetadata
| Modifier and Type | Method and Description |
|---|---|
Method |
getJavaMethod() |
Class<?> |
getReturnType() |
Set<InterceptionType> |
getSupportedInterceptionTypes() |
boolean |
isInterceptorMethod()
Returns true if the method is an interceptor method (it supports any interception type)
|
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 boolean isInterceptorMethod()
MethodMetadataisInterceptorMethod in interface MethodMetadatapublic Set<InterceptionType> getSupportedInterceptionTypes()
getSupportedInterceptionTypes in interface MethodMetadatapublic Method getJavaMethod()
getJavaMethod in interface MethodMetadatapublic Class<?> getReturnType()
getReturnType in interface MethodMetadataCopyright © 2013 Seam Framework. All Rights Reserved.