Skip to content

Generic handler methods defined in a generic superclass are not properly resolved by PayloadTypeMatchingHandlerMethodResolver [INT-559] #4573

@spring-operator

Description

@spring-operator

Marius Bogoevici opened INT-559 and commented

See http://forum.springframework.org/showthread.php?t=66168

Essentially, when having something like this:

public static class GenericTestService<T> {
public void genericMethod(T payload) {}
}

public static class ConcreteTestService extends GenericTestService<String> {
}

genericMethod is not resolved properly.


No further details from INT-559

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions