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