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
/
PrepareKeyMetadata
Prepare
Key
Metadata
data
class
PrepareKeyMetadata
<
P
:
Any
>
(
val
name
:
String
,
val
proxyInterface
:
KClass
<
P
>
,
val
valueType
:
KClass
<
*
>
)
:
Named
,
Metadata
Members
Constructors
Prepare
Key
Metadata
Link copied to clipboard
constructor
(
name
:
String
,
proxyInterface
:
KClass
<
P
>
,
valueType
:
KClass
<
*
>
)
Properties
name
Link copied to clipboard
open
override
val
name
:
String
proxy
Interface
Link copied to clipboard
val
proxyInterface
:
KClass
<
P
>
value
Type
Link copied to clipboard
val
valueType
:
KClass
<
*
>