T - public interface CriteriaAccessor<T>
KeyValueQuery.| Modifier and Type | Method and Description |
|---|---|
T |
resolve(KeyValueQuery<?> query)
Checks and reads
KeyValueQuery.getCriteria() of given KeyValueQuery. |
@Nullable T resolve(KeyValueQuery<?> query)
KeyValueQuery.getCriteria() of given KeyValueQuery. Might also apply additional
transformation to match the desired type.query - must not be null.IllegalArgumentException - in case the criteria is not valid for usage with specific
CriteriaAccessor.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.