public class BetweenRoutePredicateFactory extends AbstractRoutePredicateFactory<BetweenRoutePredicateFactory.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
BetweenRoutePredicateFactory.Config |
ShortcutConfigurable.ShortcutType| Modifier and Type | Field and Description |
|---|---|
static String |
DATETIME1_KEY
DateTime 1 key.
|
static String |
DATETIME2_KEY
DateTime 2 key.
|
PATTERN_KEY| Constructor and Description |
|---|
BetweenRoutePredicateFactory() |
| Modifier and Type | Method and Description |
|---|---|
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(BetweenRoutePredicateFactory.Config config) |
List<String> |
shortcutFieldOrder()
Returns hints about the number of args and the order for shortcut parsing.
|
getConfigClass, newConfig, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapply, applyAsync, applyAsync, beforeApply, getConfigClass, name, newConfiggetValue, normalizeKey, shortcutFieldPrefix, shortcutTypepublic static final String DATETIME1_KEY
public static final String DATETIME2_KEY
public List<String> shortcutFieldOrder()
ShortcutConfigurablepublic Predicate<org.springframework.web.server.ServerWebExchange> apply(BetweenRoutePredicateFactory.Config config)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.