Interface ConstructorInterceptor<T>

  • Type Parameters:
    T - The bean type
    All Superinterfaces:
    Interceptor<T,​T>, io.micronaut.core.order.Ordered
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ConstructorInterceptor<T>
    extends Interceptor<T,​T>
    A ConstructorInterceptor extends the default Interceptor interface and allows intercepting constructors.
    Since:
    3.0.0