Class MatcherQuery<T>
java.lang.Object
pl.allegro.tech.hermes.management.infrastructure.query.MatcherQuery<T>
- All Implemented Interfaces:
pl.allegro.tech.hermes.api.Query<T>
-
Method Summary
Modifier and TypeMethodDescription<K> Stream<K>filterNames(Stream<K> input) static <T> pl.allegro.tech.hermes.api.Query<T>fromMatcher(Matcher matcher, com.fasterxml.jackson.databind.ObjectMapper objectMapper) <K> Predicate<K>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.allegro.tech.hermes.api.Query
filter, filterNames
-
Method Details
-
filter
- Specified by:
filterin interfacepl.allegro.tech.hermes.api.Query<T>
-
filterNames
- Specified by:
filterNamesin interfacepl.allegro.tech.hermes.api.Query<T>
-
getPredicate
-
getSoftPredicate
-
fromMatcher
public static <T> pl.allegro.tech.hermes.api.Query<T> fromMatcher(Matcher matcher, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-