Skip to content

Check signatures and fail fast when binding action methods with incompatible parameters #127

Open
@mmihic

Description

@mmihic

We now have several illegal combinations of parameter types and action annotations - for example non-POST/PUT methods cannot take a @RequestBody, and methods that are not @ConnectWebsocket cannot take WebSockets. We should check method signature compatibility on startup and fail fast if a method's parameters are incompatible with the type of action being bound.

Metadata

Metadata

Assignees

No one assigned

    Labels

    webserverJetty & web actions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions