Interface ReflectiveMethods
public interface ReflectiveMethods
Exposes methods that are used through reflection.
Reflective methods can be introspected by components that e.g. need to register reflective hints while keeping a single reference that performs lookup.
- Since:
- 4.2
- Author:
- Mark Paluch
-
Method Summary
-
Method Details
-
getReflectiveMethods
Collection<ReflectiveMethod> getReflectiveMethods()Returns the list ofmethods.
-