PrepareKeyMetadataVisitor
class PrepareKeyMetadataVisitor<P : Any>(prepareKeyType: KClass<P>) : ClassVisitor<P, PrepareKeyMetadata<P>>
Visitor class for extracting PrepareKey metadata during class reflection. This visitor analyzes the PrepareKey interface to determine the name (from annotation or class name), the interface type, and the generic value type parameter.
Parameters
P
the PrepareKey interface type
Functions
Link copied to clipboard
Extracts and constructs the PrepareKey metadata from the visited class. Determines the name from @PreparableKey annotation or uses the simple class name. Extracts the value type from the PrepareKey generic parameter.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard