@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 io.micronaut.core.annotation.AnnotationValue<?>[] |
resolveInterceptorBinding(io.micronaut.core.annotation.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 io.micronaut.core.annotation.AnnotationValue<?>[] resolveInterceptorBinding(io.micronaut.core.annotation.AnnotationMetadata annotationMetadata, InterceptorKind interceptorKind)
annotationMetadata
- The annotation metadatainterceptorKind
- The interceptor kind