Interface ReferenceAware<T>
- All Known Subinterfaces:
Projection<T>
public interface ReferenceAware<T>
Identifies as class as having a similar API to a referenced class. This is generally used to
inform operations in
InvocationUtils
.- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionThe reference class containing the same (or a superset) API as this class.
-
Method Details
-
getProjectionReference
The reference class containing the same (or a superset) API as this class.- Returns:
- The reference class
-