Java org.springframework.boot.autoconfigure AutoConfigurationPackages fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.autoconfigure AutoConfigurationPackages fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.autoconfigure AutoConfigurationPackages.

The text is from its open source code.

Method

Listget(BeanFactory beanFactory)
Return the auto-configuration base packages for the given bean factory.
booleanhas(BeanFactory beanFactory)
Determine if the auto-configuration base packages for the given bean factory are available.
voidregister(BeanDefinitionRegistry registry, String... packageNames)
Programmatically registers the auto-configuration package names.