PrepareKeyMetadata
data class PrepareKeyMetadata<P : Any>(val name: String, val proxyInterface: KClass<P>, val valueType: KClass<*>) : Named, Metadata
Metadata container for PrepareKey proxy configuration. Holds the necessary information to create and configure proxy instances of PrepareKey interfaces, including the key name, interface type, and value type.
Parameters
P
the PrepareKey interface type