org.jboss.weld.interceptor.reader
Class DefaultMethodMetadata<M>
java.lang.Object
org.jboss.weld.interceptor.reader.DefaultMethodMetadata<M>
- All Implemented Interfaces:
- Serializable, MethodMetadata
public class DefaultMethodMetadata<M>
- extends Object
- implements MethodMetadata, Serializable
Represents information about an interceptor method
- Author:
- Marius Bogoevici
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
of
public static <M> MethodMetadata of(M methodReference,
AnnotatedMethodReader<M> methodReader)
of
public static MethodMetadata of(Method method)
getSupportedInterceptionTypes
public Set<InterceptionType> getSupportedInterceptionTypes()
- Specified by:
getSupportedInterceptionTypes
in interface MethodMetadata
getJavaMethod
public Method getJavaMethod()
- Specified by:
getJavaMethod
in interface MethodMetadata
getReturnType
public Class<?> getReturnType()
- Specified by:
getReturnType
in interface MethodMetadata
Copyright © 2013 Seam Framework. All Rights Reserved.