Module spring.data.elasticsearch
Class ElasticsearchParametersParameterAccessor
java.lang.Object
org.springframework.data.repository.query.ParametersParameterAccessor
org.springframework.data.elasticsearch.repository.query.ElasticsearchParametersParameterAccessor
- All Implemented Interfaces:
Iterable<Object>,ElasticsearchParameterAccessor,ParameterAccessor
public class ElasticsearchParametersParameterAccessor
extends ParametersParameterAccessor
implements ElasticsearchParameterAccessor
- Since:
- 3.2
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from class org.springframework.data.repository.query.ParametersParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getParameters, getScrollPosition, getSort, getValue, hasBindableNullValue, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.springframework.data.repository.query.ParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getScrollPosition, getSort, hasBindableNullValue, iterator
-
Method Details
-
getValues
Description copied from interface:ElasticsearchParameterAccessorReturns the raw parameter values of the underlying query method.- Specified by:
getValuesin interfaceElasticsearchParameterAccessor- Overrides:
getValuesin classParametersParameterAccessor- Returns:
-