@Internal public final class InterceptedMethodUtil extends Object
InterceptedMethod
utils class.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 MethodInvocationContext
InterceptedMethod
public static AnnotationValue<?>[] resolveInterceptorBinding(AnnotationMetadata annotationMetadata, InterceptorKind interceptorKind)
annotationMetadata
- The annotation metadatainterceptorKind
- The interceptor kind