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