Skip to content

RequestResolver should use Callable<String> as Returntype instead of Method for "getMethod" #18

@laeubi

Description

@laeubi

This would allow a more convient way of providing custom methods and make the overall handling easier. ATM Only static methods can be used and the complete calling is error prone (you must provide a method that returns string).

With a Callable it would be more flexible and type save.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions