Uses of Interface
io.github.jhipster.config.apidoc.customizer.SwaggerCustomizer
-
Packages that use SwaggerCustomizer Package Description io.github.jhipster.config.apidoc Springfox configuraiton to generate Swagger documentation.io.github.jhipster.config.apidoc.customizer -
-
Uses of SwaggerCustomizer in io.github.jhipster.config.apidoc
Method parameters in io.github.jhipster.config.apidoc with type arguments of type SwaggerCustomizer Modifier and Type Method Description springfox.documentation.spring.web.plugins.DocketSwaggerAutoConfiguration. swaggerSpringfoxApiDocket(List<SwaggerCustomizer> swaggerCustomizers, org.springframework.beans.factory.ObjectProvider<springfox.documentation.schema.AlternateTypeRule[]> alternateTypeRules)Springfox configuration for the API Swagger docs. -
Uses of SwaggerCustomizer in io.github.jhipster.config.apidoc.customizer
Classes in io.github.jhipster.config.apidoc.customizer that implement SwaggerCustomizer Modifier and Type Class Description classJHipsterSwaggerCustomizerA swagger customizer to setupDocketwith JHipster settings.
-