Files
spring-hateoas/src/main/java/org/springframework/hateoas/mvc
Oliver Gierke 673f82d388 #192 - Added linkTo(Class<?>, Method, Object...) to MethodLinkBuilderFactory.
The newly introduced method is needed to make sure the correct mappings are looked up if the method given is actually not declared on the class the method shall eventually be invoked on.

This is basically allowing to try to build links, similar to the dummy invocation mechanism but effectively avoiding the overhead of creating such invocation manually (as it would usually require reflection to be used).
2014-06-05 16:19:10 +02:00
..
2012-05-10 20:25:31 +02:00