public interface BeanContextConfiguration
BeanContext.| Modifier and Type | Method and Description | 
|---|---|
| default ClassLoader | getClassLoader()The class loader to use. | 
| default Set<Class<? extends Annotation>> | getEagerInitAnnotated() | 
| default boolean | isAllowEmptyProviders() | 
| default boolean | isEagerInitConfiguration()Whether eager initialization of  ConfigurationPropertiesis enabled. | 
| default boolean | isEagerInitSingletons()Whether eager initialization of singletons is enabled. | 
default boolean isAllowEmptyProviders()
NoSuchBeanException should be thrown on a missing BeanProvider or Provider@NonNull default ClassLoader getClassLoader()
default boolean isEagerInitSingletons()
default boolean isEagerInitConfiguration()
ConfigurationProperties is enabled.default Set<Class<? extends Annotation>> getEagerInitAnnotated()