All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToActiveTimeIntervals(Collection<String> items) |
A |
addAllToGroupBy(Collection<String> items) |
A |
addAllToMatchers(Collection<Matcher> items) |
A |
addAllToMuteTimeIntervals(Collection<String> items) |
A |
addAllToRoutes(Collection<com.fasterxml.jackson.databind.JsonNode> items) |
RouteFluent.MatchersNested<A> |
addNewMatcher() |
A |
addNewMatcher(String matchType,
String name,
Boolean regex,
String value) |
RouteFluent.MatchersNested<A> |
addNewMatcherLike(Matcher item) |
A |
addToActiveTimeIntervals(int index,
String item) |
A |
addToActiveTimeIntervals(String... items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToGroupBy(int index,
String item) |
A |
addToGroupBy(String... items) |
A |
addToMatchers(int index,
Matcher item) |
A |
addToMatchers(Matcher... items) |
A |
addToMuteTimeIntervals(int index,
String item) |
A |
addToMuteTimeIntervals(String... items) |
A |
addToRoutes(int index,
com.fasterxml.jackson.databind.JsonNode item) |
A |
addToRoutes(com.fasterxml.jackson.databind.JsonNode... items) |
Matcher |
buildFirstMatcher() |
Matcher |
buildLastMatcher() |
Matcher |
buildMatcher(int index) |
List<Matcher> |
buildMatchers() |
Matcher |
buildMatchingMatcher(Predicate<MatcherBuilder> predicate) |
protected void |
copyInstance(Route instance) |
RouteFluent.MatchersNested<A> |
editFirstMatcher() |
RouteFluent.MatchersNested<A> |
editLastMatcher() |
RouteFluent.MatchersNested<A> |
editMatcher(int index) |
RouteFluent.MatchersNested<A> |
editMatchingMatcher(Predicate<MatcherBuilder> predicate) |
boolean |
equals(Object o) |
String |
getActiveTimeInterval(int index) |
List<String> |
getActiveTimeIntervals() |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getContinue() |
String |
getFirstActiveTimeInterval() |
String |
getFirstGroupBy() |
String |
getFirstMuteTimeInterval() |
com.fasterxml.jackson.databind.JsonNode |
getFirstRoute() |
List<String> |
getGroupBy() |
String |
getGroupBy(int index) |
String |
getGroupInterval() |
String |
getGroupWait() |
String |
getLastActiveTimeInterval() |
String |
getLastGroupBy() |
String |
getLastMuteTimeInterval() |
com.fasterxml.jackson.databind.JsonNode |
getLastRoute() |
String |
getMatchingActiveTimeInterval(Predicate<String> predicate) |
String |
getMatchingGroupBy(Predicate<String> predicate) |
String |
getMatchingMuteTimeInterval(Predicate<String> predicate) |
com.fasterxml.jackson.databind.JsonNode |
getMatchingRoute(Predicate<com.fasterxml.jackson.databind.JsonNode> predicate) |
String |
getMuteTimeInterval(int index) |
List<String> |
getMuteTimeIntervals() |
String |
getReceiver() |
String |
getRepeatInterval() |
com.fasterxml.jackson.databind.JsonNode |
getRoute(int index) |
List<com.fasterxml.jackson.databind.JsonNode> |
getRoutes() |
boolean |
hasActiveTimeIntervals() |
boolean |
hasAdditionalProperties() |
boolean |
hasContinue() |
boolean |
hasGroupBy() |
boolean |
hasGroupInterval() |
boolean |
hasGroupWait() |
int |
hashCode() |
boolean |
hasMatchers() |
boolean |
hasMatchingActiveTimeInterval(Predicate<String> predicate) |
boolean |
hasMatchingGroupBy(Predicate<String> predicate) |
boolean |
hasMatchingMatcher(Predicate<MatcherBuilder> predicate) |
boolean |
hasMatchingMuteTimeInterval(Predicate<String> predicate) |
boolean |
hasMatchingRoute(Predicate<com.fasterxml.jackson.databind.JsonNode> predicate) |
boolean |
hasMuteTimeIntervals() |
boolean |
hasReceiver() |
boolean |
hasRepeatInterval() |
boolean |
hasRoutes() |
A |
removeAllFromActiveTimeIntervals(Collection<String> items) |
A |
removeAllFromGroupBy(Collection<String> items) |
A |
removeAllFromMatchers(Collection<Matcher> items) |
A |
removeAllFromMuteTimeIntervals(Collection<String> items) |
A |
removeAllFromRoutes(Collection<com.fasterxml.jackson.databind.JsonNode> items) |
A |
removeFromActiveTimeIntervals(String... items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromGroupBy(String... items) |
A |
removeFromMatchers(Matcher... items) |
A |
removeFromMuteTimeIntervals(String... items) |
A |
removeFromRoutes(com.fasterxml.jackson.databind.JsonNode... items) |
A |
removeMatchingFromMatchers(Predicate<MatcherBuilder> predicate) |
RouteFluent.MatchersNested<A> |
setNewMatcherLike(int index,
Matcher item) |
A |
setToActiveTimeIntervals(int index,
String item) |
A |
setToGroupBy(int index,
String item) |
A |
setToMatchers(int index,
Matcher item) |
A |
setToMuteTimeIntervals(int index,
String item) |
A |
setToRoutes(int index,
com.fasterxml.jackson.databind.JsonNode item) |
String |
toString() |
A |
withActiveTimeIntervals(List<String> activeTimeIntervals) |
A |
withActiveTimeIntervals(String... activeTimeIntervals) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withContinue() |
A |
withContinue(Boolean _continue) |
A |
withGroupBy(List<String> groupBy) |
A |
withGroupBy(String... groupBy) |
A |
withGroupInterval(String groupInterval) |
A |
withGroupWait(String groupWait) |
A |
withMatchers(List<Matcher> matchers) |
A |
withMatchers(Matcher... matchers) |
A |
withMuteTimeIntervals(List<String> muteTimeIntervals) |
A |
withMuteTimeIntervals(String... muteTimeIntervals) |
A |
withReceiver(String receiver) |
A |
withRepeatInterval(String repeatInterval) |
A |
withRoutes(com.fasterxml.jackson.databind.JsonNode... routes) |
A |
withRoutes(List<com.fasterxml.jackson.databind.JsonNode> routes) |