Class SwaggerUiWebFluxTransformer

  • All Implemented Interfaces:
    org.springframework.web.reactive.resource.ResourceTransformer

    public class SwaggerUiWebFluxTransformer
    extends java.lang.Object
    implements org.springframework.web.reactive.resource.ResourceTransformer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<org.springframework.core.io.Resource> transform​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.core.io.Resource resource, org.springframework.web.reactive.resource.ResourceTransformerChain transformerChain)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwaggerUiWebFluxTransformer

        public SwaggerUiWebFluxTransformer​(java.lang.String baseUrl)
    • Method Detail

      • transform

        public reactor.core.publisher.Mono<org.springframework.core.io.Resource> transform​(org.springframework.web.server.ServerWebExchange exchange,
                                                                                           org.springframework.core.io.Resource resource,
                                                                                           org.springframework.web.reactive.resource.ResourceTransformerChain transformerChain)
        Specified by:
        transform in interface org.springframework.web.reactive.resource.ResourceTransformer