Interface AssemblePageWithQualifier

  • All Superinterfaces:
    AssembleMultiple, AssemblePage

    public interface AssemblePageWithQualifier
    extends AssemblePage
    An element of the FluentAssembler DSL allowing to assemble to a Page of multiple DTO or specify the qualifier of the assembler to use. This is only available in the DSL if a page of aggregates has been specified as input.
    • Method Detail

      • with

        AssemblePage with​(Annotation qualifier)
        Allows to specify the qualifier of the assembler to use.
        Parameters:
        qualifier - the qualifier annotation.
        Returns:
        the next element of the DSL.
      • with

        AssemblePage with​(Class<? extends Annotation> qualifier)
        Allows to specify the qualifier class of the assembler to use.
        Parameters:
        qualifier - the qualifier annotation class.
        Returns:
        the next element of the DSL.