Interface BeanRegistrationCodeFragmentsCustomizer

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 BeanRegistrationCodeFragmentsCustomizer
Strategy factory interface that can be used to customize the BeanRegistrationCodeFragments that us used for a given RegisteredBean. This interface can be used if default code generation isn't suitable for specific types of RegisteredBean.
Since:
6.0
Author:
Phillip Webb