Hierarchy For Package org.springframework.cloud.gateway.filter.factory.cache.postprocessor
Class Hierarchy
- java.lang.Object
- org.springframework.cloud.gateway.filter.factory.cache.postprocessor.RemoveHeadersAfterCacheExchangeMutator (implements org.springframework.cloud.gateway.filter.factory.cache.postprocessor.AfterCacheExchangeMutator)
- org.springframework.cloud.gateway.filter.factory.cache.postprocessor.SetCacheDirectivesByMaxAgeAfterCacheExchangeMutator (implements org.springframework.cloud.gateway.filter.factory.cache.postprocessor.AfterCacheExchangeMutator)
- org.springframework.cloud.gateway.filter.factory.cache.postprocessor.SetMaxAgeHeaderAfterCacheExchangeMutator (implements org.springframework.cloud.gateway.filter.factory.cache.postprocessor.AfterCacheExchangeMutator)
- org.springframework.cloud.gateway.filter.factory.cache.postprocessor.SetResponseHeadersAfterCacheExchangeMutator (implements org.springframework.cloud.gateway.filter.factory.cache.postprocessor.AfterCacheExchangeMutator)
- org.springframework.cloud.gateway.filter.factory.cache.postprocessor.SetStatusCodeAfterCacheExchangeMutator (implements org.springframework.cloud.gateway.filter.factory.cache.postprocessor.AfterCacheExchangeMutator)
Interface Hierarchy
- java.util.function.BiConsumer<T,
U> - org.springframework.cloud.gateway.filter.factory.cache.postprocessor.AfterCacheExchangeMutator