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 Summary
Modifier and TypeMethodDescriptionorg.springframework.javapoet.ClassNameReturn the name of the class being used for registrations.Return aGeneratedMethodsbeing used by the registrations code. 
- 
Method Details
- 
getClassName
org.springframework.javapoet.ClassName getClassName()Return the name of the class being used for registrations.- Returns:
 - the generated class name.
 
 - 
getMethods
GeneratedMethods getMethods()Return aGeneratedMethodsbeing used by the registrations code.- Returns:
 - the method generator
 
 
 -