接口 TargetClassAware

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      Class<?>getTargetClass()
      Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).
    • 方法详细资料

      • getTargetClass

        Class<?> getTargetClass()
        Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).
        返回:
        the target Class, or null if not known