abstract fun getTargetObject(): Any
Return the current target object behind this scoped object proxy, in its raw form (as stored in the target scope).
The raw target object can for example be passed to persistence providers which would not be able to handle the scoped proxy object.
Return
the current target object behind this scoped object proxy