接口 ResourceTransformer

    • 方法详细资料

      • transform

        reactor.core.publisher.Mono<Resourcetransform​(ServerWebExchange exchange,
                                                        Resource resource,
                                                        ResourceTransformerChain transformerChain)
        Transform the given resource.
        参数:
        exchange - the current exchange
        resource - the resource to transform
        transformerChain - the chain of remaining transformers to delegate to
        返回:
        the transformed resource (never empty)