Interface SearchProjectionDslContext<F extends SearchProjectionBuilderFactory>

  • Type Parameters:
    F - The type of predicate builder factory.

    public interface SearchProjectionDslContext<F extends SearchProjectionBuilderFactory>
    Represents the current context in the search DSL, including in particular the projection builder factory.
    • Method Detail

      • builderFactory

        F builderFactory()
        Returns:
        The aggregation builder factory. Will always return the exact same instance.