PrepareKeyProxyFactory

Factory interface for creating proxy instances of PrepareKey implementations. This factory enables dynamic proxy creation for PrepareKey interfaces, allowing for interception and decoration of prepare operations.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun <P : PrepareKey<*>> create(metadata: PrepareKeyMetadata<P>): P

Creates a proxy instance of the specified PrepareKey type using the provided metadata.