Ksp Dto Compiler
class KspDtoCompiler(immutableType: ImmutableType) : DtoCompiler<ImmutableType, ImmutableProp>
Content copied to clipboard
Functions
Link copied to clipboard
open fun compile(input: InputStream): MutableList<DtoType<ImmutableType, ImmutableProp>>
Content copied to clipboard
open fun compile(reader: Reader): MutableList<DtoType<ImmutableType, ImmutableProp>>
Content copied to clipboard
open fun compile(code: String): MutableList<DtoType<ImmutableType, ImmutableProp>>
Content copied to clipboard