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.

@FunctionalInterface public interface CustomScopeRegistryFactory
Factory used to create a custom scope registry for a bean context.
Since:
5.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    create(@NonNull BeanContext beanContext)
    Create the custom scope registry.
  • Method Details

    • create

      @NonNull CustomScopeRegistry create(@NonNull BeanContext beanContext)
      Create the custom scope registry.
      Parameters:
      beanContext - The bean context
      Returns:
      The custom scope registry