Interface BeanCreator<T>

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 BeanCreator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(@NotNull ResolutionContext context)
     
    default boolean
    isActive(@NotNull com.coditory.quark.context.ConditionContext context)
     
  • Method Details

    • create

      @NotNull T create(@NotNull @NotNull ResolutionContext context)
    • isActive

      default boolean isActive(@NotNull @NotNull com.coditory.quark.context.ConditionContext context)