resolve

fun resolve(classDeclaration: KSClassDeclaration): Map<String, MappingInfo>

Processes the properties of the given class declaration to resolve their mappings.

Return

A map of property names to their corresponding mapping information.

Parameters

classDeclaration

The class declaration to process properties for.