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
/
PrepareKeyMetadataVisitor
Prepare
Key
Metadata
Visitor
class
PrepareKeyMetadataVisitor
<
P
:
Any
>
(
prepareKeyType
:
KClass
<
P
>
)
:
ClassVisitor
<
P
,
PrepareKeyMetadata
<
P
>
>
Members
Constructors
Prepare
Key
Metadata
Visitor
Link copied to clipboard
constructor
(
prepareKeyType
:
KClass
<
P
>
)
Functions
end
Link copied to clipboard
open
fun
end
(
)
start
Link copied to clipboard
open
fun
start
(
)
to
Metadata
Link copied to clipboard
open
override
fun
toMetadata
(
)
:
PrepareKeyMetadata
<
P
>
visit
Constructor
Link copied to clipboard
open
fun
visitConstructor
(
constructor
:
KFunction
<
*
>
)
visit
Function
Link copied to clipboard
open
fun
visitFunction
(
function
:
KFunction
<
*
>
)
visit
Property
Link copied to clipboard
open
fun
visitProperty
(
property
:
KProperty1
<
P
,
*
>
)
visit
Type
Link copied to clipboard
open
fun
visitType
(
type
:
KType
)