Interface BeanRegistrationsCode
public interface BeanRegistrationsCode
Interface that can be used to configure the code that will be generated to
 register beans.
- Since:
- 6.0
- Author:
- Phillip Webb
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.javapoet.ClassNameReturn the name of the class being used for registrations.Return aGeneratedMethodsbeing used by the registrations code.
- 
Method Details- 
getClassNameorg.springframework.javapoet.ClassName getClassName()Return the name of the class being used for registrations.- Returns:
- the generated class name.
 
- 
getMethodsGeneratedMethods getMethods()Return aGeneratedMethodsbeing used by the registrations code.- Returns:
- the method generator
 
 
-