open class EmptyTargetSource : TargetSource, Serializable
Canonical TargetSource when there is no target (or just the target class known), and behavior is supplied by interfaces and advisors only.
Author
Rod Johnson
Author
Juergen Hoeller
static val INSTANCE: EmptyTargetSource
The canonical (Singleton) instance of this EmptyTargetSource. |
open fun equals(other: Any?): Boolean |
|
open static fun forClass(targetClass: Class<*>): EmptyTargetSourceopen static fun forClass(targetClass: Class<*>, isStatic: Boolean): EmptyTargetSource
Return an EmptyTargetSource for the given target Class. |
|
open fun getTarget(): Any
Always returns |
|
open fun getTargetClass(): Class<*>
Always returns the specified target Class, or |
|
open fun hashCode(): Int |
|
open fun isStatic(): Boolean
Always returns |
|
open fun releaseTarget(target: Any): Unit
Nothing to release. |
|
open fun toString(): String |