Interface CustomScopeRegistryFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory used to create a custom scope registry for a bean context.
- Since:
- 5.1.0
-
Method Summary
Modifier and TypeMethodDescription@NonNull CustomScopeRegistrycreate(@NonNull BeanContext beanContext) Create the custom scope registry.
-
Method Details
-
create
Create the custom scope registry.- Parameters:
beanContext- The bean context- Returns:
- The custom scope registry
-