Wow
Toggle table of contents
6.0.6
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.infra.prepare.proxy
/
PrepareKeyInvocationHandler
Prepare
Key
Invocation
Handler
class
PrepareKeyInvocationHandler
(
metadata
:
PrepareKeyMetadata
<
*
>
,
val
delegate
:
PrepareKey
<
*
>
)
:
Decorator
<
PrepareKey
<
*
>
>
,
InvocationHandler
Members
Constructors
Prepare
Key
Invocation
Handler
Link copied to clipboard
constructor
(
metadata
:
PrepareKeyMetadata
<
*
>
,
delegate
:
PrepareKey
<
*
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
delegate
Link copied to clipboard
open
override
val
delegate
:
PrepareKey
<
*
>
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
proxy
:
Any
,
method
:
Method
,
args
:
Array
<
out
Any
>
?
)
:
Any
?