NiazBikbaev
Results
1
comments of
NiazBikbaev
Here is my workaround solution for this issue. I'm using spring-boot + springdoc ```kotlin import com.fasterxml.jackson.annotation.JsonEnumDefaultValue import com.fasterxml.jackson.databind.type.SimpleType import io.swagger.v3.core.converter.AnnotatedType import io.swagger.v3.oas.annotations.Hidden import io.swagger.v3.oas.models.media.Schema import org.springdoc.core.customizers.PropertyCustomizer import org.springframework.stereotype.Component @Component class...