Interface ObjectClassAware<T>

  • Type Parameters:
    T - the generic type

    public interface ObjectClassAware<T>
    The interface ObjectClassAware can resolve the class of the generic type.
    • Method Detail

      • getObjectClass

        java.lang.Class<T> getObjectClass()
        Gets the object class.
        Returns:
        the object class