getClassConstructors

fun getClassConstructors(classElement: TypeElement): List<GeneratedModelInfo.ConstructorInfo>

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