StateAggregateRootPropertyNavigationFile

@Generated(value = ["wow-compiler"], date = "2024-04-25 12:05:55")
data class StateAggregateRootPropertyNavigationFile(val dependencies: Dependencies, val packageName: String, val fileName: String, val code: String, val extensionName: String = "kt")
@Generated("wow-compiler", date = "2024-04-25 12:05:55")
object AggregateNameProperties {
const val PROPERTY = "property"
const val PROPERTY__PROPERTY = "property. child"
}

Constructors

Link copied to clipboard
constructor(dependencies: Dependencies, packageName: String, fileName: String, code: String, extensionName: String = "kt")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val dependencies: Dependencies
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun StateAggregateRootPropertyNavigationFile.writeFile(codeGenerator: CodeGenerator)