@Internal public class InterceptedMethodUtil extends java.lang.Object
InterceptedMethod utils class.| Constructor and Description | 
|---|
InterceptedMethodUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
static InterceptedMethod | 
of(MethodInvocationContext<?,?> context)
Find possible  
InterceptedMethod implementation. | 
static AnnotationValue<?>[] | 
resolveInterceptorBinding(AnnotationMetadata annotationMetadata,
                         InterceptorKind interceptorKind)
Resolve interceptor binding annotations from the metadata. 
 | 
public static InterceptedMethod of(MethodInvocationContext<?,?> context)
InterceptedMethod implementation.context - The MethodInvocationContextInterceptedMethodpublic static AnnotationValue<?>[] resolveInterceptorBinding(AnnotationMetadata annotationMetadata, InterceptorKind interceptorKind)
annotationMetadata - The annotation metadatainterceptorKind - The interceptor kind