spring-framework / org.springframework.beans.factory.wiring / BeanConfigurerSupport / configureBean

configureBean

open fun configureBean(beanInstance: Any): Unit

Configure the bean instance.

Subclasses can override this to provide custom configuration logic. Typically called by an aspect, for all bean instances matched by a pointcut.

Parameters

beanInstance - the bean instance to configure (must not be null)