FieldedMembersGenerator

Utilities for fielded members.

Properties

Link copied to clipboard

Base classes to inspect.

Link copied to clipboard

The base types for which to generate field functions.

Functions

Link copied to clipboard
fun generateFieldFunctionsForTypes(types: Sequence<KClass<*>>, packageName: String = "it.unibo.collektive.stdlib", excludeMembers: List<String> = emptyList()): Sequence<FileSpec>

Generates field-based functions for the given types.