Skip to content

Investigate using classes and techniques from AbstractHandlerMethodMapping #3764

@spencergibb

Description

@spencergibb

Gateway server webmvc uses a custom invoker package to call methods for predicates and filters when configured via external configuration. It was copied from boots actuator support. This requires that filter and predicates be static methods (which are also used as a DSL).

If we use the classes and techniques from AbstractHandlerMethodMapping, we could have them potentially be beans.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions