Class ReflectiveMethod

java.lang.Object
org.springframework.data.jpa.util.ReflectiveMethod

public class ReflectiveMethod extends Object
A method resolved by name for reflective invocation.

Resolution prefers a public interface declaring the method over the implementation type. Implementation types may live in internal packages without being public, so invoking the interface method avoids making internal members accessible.

Intended for internal use only.

Since:
4.2
Author:
Oscar Fanchin, Christoph Strobl, Mark Paluch