PropertyExpressionGenerator

class PropertyExpressionGenerator(logger: KSPLogger)

Class responsible for generation expression based on mapping information in Mapping annotation.

Constructors

Link copied to clipboard
constructor(logger: KSPLogger)

Functions

Link copied to clipboard
fun generate(propName: String, propertyClassName: String, targetEntityName: String?, mappingInfo: MappingInfo?): String

Generate expression based on the property name, property type, target entity name, and mapping information.