Skip to content

How to use FeignClient and @QuerydslPredicate annotation together, or is it supported? #647

Open
@XhstormR

Description

@XhstormR

I have an interface for declaring the API, this is one of the methods:

    @GetMapping
    fun getPhraseList(
        @Parameter(hidden = true) assembler: PagedResourcesAssembler<PhraseResponse>,
        @Parameter(hidden = true) @PageableDefault(sort = [Const.DEFAULT_SORT]) pageable: Pageable,
        @Parameter(hidden = true) @QuerydslPredicate(root = Phrase::class) predicate: Predicate?
    ): PagedModel<EntityModel<PhraseResponse>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions