ValixInterceptor

@Singleton
@InterceptorBean(value = [ValixValidated::class])
class ValixInterceptor : MethodInterceptor<Any, Any>

AOP Method Interceptor enforcing ValixValidated constraints on Micronaut controller method parameters.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getOrder(): Int
Link copied to clipboard
@Nullable
open override fun intercept(context: InvocationContext<Any, Any>): @Nullable Any
open override fun intercept(context: MethodInvocationContext<Any, Any>): Any?