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 Detail

      • getProjectionReference

        Class<T> getProjectionReference()
        The reference class containing the same (or a superset) API as this class.
        Returns:
        The reference class