Interface OnDemandExtensions.Factory

  • All Known Implementing Classes:
    GeneratorSqlObjectFactory
    Enclosing class:
    OnDemandExtensions
    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 static interface OnDemandExtensions.Factory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.Object> onDemand​(Jdbi jdbi, java.lang.Class<?> extensionType, java.lang.Class<?>... extraTypes)  
    • Method Detail

      • onDemand

        java.util.Optional<java.lang.Object> onDemand​(Jdbi jdbi,
                                                      java.lang.Class<?> extensionType,
                                                      java.lang.Class<?>... extraTypes)