T - public interface SortAccessor<T>
Sort object from given KeyValueQuery and potentially converts it into a store specific
representation that can be used by the QueryEngine implementation.| Modifier and Type | Method and Description |
|---|---|
T |
resolve(KeyValueQuery<?> query)
Reads
KeyValueQuery.getSort() of given KeyValueQuery and applies required transformation to match
the desired type. |
@Nullable T resolve(KeyValueQuery<?> query)
KeyValueQuery.getSort() of given KeyValueQuery and applies required transformation to match
the desired type.query - must not be null.Sort has not been defined on KeyValueQuery.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.