public interface

TargetClassAware

org.springframework.aop.TargetClassAware
Known Indirect Subclasses

Class Overview

Minimal interface for exposing the target class behind a proxy.

Implemented by AOP proxy objects and proxy factories (via Advised} as well as by TargetSources.

Summary

Public Methods
abstract Class<?> getTargetClass()
Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).

Public Methods

public abstract Class<?> getTargetClass ()

Return the target class behind the implementing object (typically a proxy configuration or an actual proxy).

Returns
  • the target Class, or null if not known