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