File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/kotlin/io/openapiprocessor/spring/processor Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ class SpringProcessor : OpenApiProcessorTest {
5454 val generatedWriter = GeneratedWriterImpl (generatedInfo, options)
5555 val validationWriter = ValidationWriter (options, generatedWriter)
5656 val beanValidations = BeanValidationFactory (options)
57+ val jacksonAnnotations = JacksonAnnotations (options)
5758 val javaDocWriter = JavaDocFactory (identifier)
5859 val formatter = getFormatter(options)
5960
@@ -83,13 +84,15 @@ class SpringProcessor : OpenApiProcessorTest {
8384 identifier,
8485 generatedWriter,
8586 beanValidations,
87+ jacksonAnnotations,
8688 javaDocWriter
8789 )
8890 else -> DataTypeWriterPojo (
8991 options,
9092 identifier,
9193 generatedWriter,
9294 beanValidations,
95+ jacksonAnnotations,
9396 javaDocWriter
9497 )
9598 },
You can’t perform that action at this time.
0 commit comments