T
- Value type, same as in ValueEngineer
public interface MatchSupporting<T>
ValueEngineer
s supporting indexing and searching.Modifier and Type | Field and Description |
---|---|
static ValueEngineerAspectType<MatchSupporting<?>> |
TYPE
Aspect for
ValueEngineer s supporting indexing and searching. |
Modifier and Type | Method and Description |
---|---|
List<? extends Match> |
getMatches(Request request,
T value)
Calculate a list of matches for a given request-value pair.
|
static final ValueEngineerAspectType<MatchSupporting<?>> TYPE
ValueEngineer
s supporting indexing and searching.@NotNull List<? extends Match> getMatches(@NotNull Request request, @NotNull T value)
request
- The search request.value
- The value to search in.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210