get Class Constructors
fun getClassConstructors(classElement: TypeElement): List<GeneratedModelInfo.ConstructorInfo>
Content copied to clipboard
Get information about constructors of the original class so we can duplicate them in the generated class and call through to super with the proper parameters