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 |
static String |
DATETIME2_KEY |
PATTERN_KEY
Constructor and Description |
---|
BetweenRoutePredicateFactory() |
Modifier and Type | Method and Description |
---|---|
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(BetweenRoutePredicateFactory.Config config) |
static ZonedDateTime |
getZonedDateTime(Object value) |
static ZonedDateTime |
parseZonedDateTime(String dateString) |
List<String> |
shortcutFieldOrder()
Returns hints about the number of args and the order for shortcut parsing.
|
getConfigClass, newConfig, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply, beforeApply, getConfigClass, name, newConfig
getValue, normalizeKey, shortcutFieldPrefix, shortcutType
public static final String DATETIME1_KEY
public static final String DATETIME2_KEY
public List<String> shortcutFieldOrder()
ShortcutConfigurable
public Predicate<org.springframework.web.server.ServerWebExchange> apply(BetweenRoutePredicateFactory.Config config)
public static ZonedDateTime getZonedDateTime(Object value)
public static ZonedDateTime parseZonedDateTime(String dateString)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.