PrepareKeyMetadataVisitor

Constructors

Link copied to clipboard
constructor(prepareKeyType: KClass<P>)

Functions

Link copied to clipboard
open fun end()
Link copied to clipboard
open fun start()
Link copied to clipboard
open override fun toMetadata(): PrepareKeyMetadata<P>
Link copied to clipboard
open fun visitConstructor(constructor: KFunction<*>)
Link copied to clipboard
open fun visitFunction(function: KFunction<*>)
Link copied to clipboard
open fun visitProperty(property: KProperty1<P, *>)
Link copied to clipboard
open fun visitType(type: KType)