prepareKeyMetadata
Extension function to parse PrepareKey metadata from a KClass. Provides convenient access to metadata parsing for any PrepareKey interface class.
Return
the parsed metadata for this class
Parameters
P
the PrepareKey interface type
Inline function to parse PrepareKey metadata using reified generics. Allows for type-safe metadata parsing without explicitly specifying the class.
Return
the parsed metadata for the reified type
Parameters
P
the PrepareKey interface type (inferred from usage)