Uses of Class
io.quarkus.avro.deployment.AvroCodeGenProviderBase.AvroOptions
-
-
Uses of AvroCodeGenProviderBase.AvroOptions in io.quarkus.avro.deployment
Methods in io.quarkus.avro.deployment with parameters of type AvroCodeGenProviderBase.AvroOptions Modifier and Type Method Description (package private) abstract voidAvroCodeGenProviderBase. compileSingleFile(Path importPath, Path outputDir, AvroCodeGenProviderBase.AvroOptions options)(package private) voidAvroIDLCodeGenProvider. compileSingleFile(Path filePath, Path outputDir, AvroCodeGenProviderBase.AvroOptions options)(package private) voidAvroProtocolCodeGenProvider. compileSingleFile(Path filePath, Path outputDirectory, AvroCodeGenProviderBase.AvroOptions options)(package private) voidAvroSchemaCodeGenProvider. compileSingleFile(Path filePath, Path outputDirectory, AvroCodeGenProviderBase.AvroOptions options)
-