Class BeanRegistrationCodeFragmentsDecorator

java.lang.Object
org.springframework.beans.factory.aot.BeanRegistrationCodeFragmentsDecorator
All Implemented Interfaces:
BeanRegistrationCodeFragments

public class BeanRegistrationCodeFragmentsDecorator extends Object implements BeanRegistrationCodeFragments
A BeanRegistrationCodeFragments decorator implementation. Typically used when part of the default code fragments have to customized, by extending this class and using it as part of BeanRegistrationAotContribution.withCustomCodeFragments(UnaryOperator).
Since:
6.0
Author:
Phillip Webb, Stephane Nicoll