Package com.bld.crypto.config
Class CryptoSwaggerAutoConfiguration
java.lang.Object
com.bld.crypto.config.CryptoSwaggerAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(io.swagger.v3.core.converter.ModelConverter.class)
public class CryptoSwaggerAutoConfiguration
extends Object
Auto-configuration that registers
CryptoModelConverter as a Spring bean
when swagger-core-jakarta is present on the classpath.
This configuration is discovered automatically via
META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
and does not require any explicit @Import in the application.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CryptoSwaggerAutoConfiguration
public CryptoSwaggerAutoConfiguration()
-