GenerateCodeOptions
data class GenerateCodeOptions(val project: Project, val pubspec: Pubspec, val flutterFolder: FlutterDistributionFolderName, val excludeArmArcFromPodspec: Boolean, val controllers: List<Controller>, val messages: List<SquintMessageSource>, val responseClassNames: List<String>, val log: (String) -> Unit = { })
Constructors
Link copied to clipboard
constructor(project: Project, pubspec: Pubspec, flutterFolder: FlutterDistributionFolderName, excludeArmArcFromPodspec: Boolean, controllers: List<Controller>, messages: List<SquintMessageSource>, responseClassNames: List<String>, log: (String) -> Unit = { })
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
List of FQDN Responses for which protobuf schemas should be generated.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create an instance of GenerateProtoSchemasTask if the List GenerateCodeOptions.responseClassNames is not empty.
Link copied to clipboard