File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/kotlin/io/openapiprocessor/micronaut/processor Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ class MicronautProcessor : OpenApiProcessorTest {
5555 val generatedWriter = GeneratedWriterImpl (generatedInfo, options)
5656 val validationWriter = ValidationWriter (options, generatedWriter)
5757 val beanValidations = BeanValidations (options)
58+ val jacksonAnnotations = JacksonAnnotations (options)
5859 val javaDocWriter = JavaDocFactory (identifier)
5960 val formatter = getFormatter(options)
6061
@@ -84,13 +85,15 @@ class MicronautProcessor : OpenApiProcessorTest {
8485 identifier,
8586 generatedWriter,
8687 beanValidations,
88+ jacksonAnnotations,
8789 javaDocWriter
8890 )
8991 else -> DataTypeWriterPojo (
9092 options,
9193 identifier,
9294 generatedWriter,
9395 beanValidations,
96+ jacksonAnnotations,
9497 javaDocWriter
9598 )
9699 },
You can’t perform that action at this time.
0 commit comments