public class ReadBodyRoutePredicateFactory extends AbstractRoutePredicateFactory<ReadBodyRoutePredicateFactory.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadBodyRoutePredicateFactory.Config |
ShortcutConfigurable.GatewayEvaluationContext, ShortcutConfigurable.RestrictivePropertyAccessor, ShortcutConfigurable.ShortcutType| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
PATTERN_KEY| Constructor and Description |
|---|
ReadBodyRoutePredicateFactory() |
ReadBodyRoutePredicateFactory(List<org.springframework.http.codec.HttpMessageReader<?>> messageReaders) |
| Modifier and Type | Method and Description |
|---|---|
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(ReadBodyRoutePredicateFactory.Config config) |
AsyncPredicate<org.springframework.web.server.ServerWebExchange> |
applyAsync(ReadBodyRoutePredicateFactory.Config config) |
getConfigClass, newConfig, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapply, applyAsync, beforeApply, getConfigClass, name, newConfiggetValue, normalizeKey, shortcutFieldOrder, shortcutFieldPrefix, shortcutTypepublic ReadBodyRoutePredicateFactory()
public ReadBodyRoutePredicateFactory(List<org.springframework.http.codec.HttpMessageReader<?>> messageReaders)
public AsyncPredicate<org.springframework.web.server.ServerWebExchange> applyAsync(ReadBodyRoutePredicateFactory.Config config)
public Predicate<org.springframework.web.server.ServerWebExchange> apply(ReadBodyRoutePredicateFactory.Config config)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.