public class ConvertingParameterAccessor extends Object implements MongoParameterAccessor
ParameterAccessor that uses a MongoWriter to serialize parameters into Mongo format.| Modifier and Type | Class and Description |
|---|---|
static interface |
ConvertingParameterAccessor.PotentiallyConvertingIterator
Custom
Iterator that adds a method to access elements in a converted manner. |
| Constructor and Description |
|---|
ConvertingParameterAccessor(MongoWriter<?> writer,
MongoParameterAccessor delegate)
Creates a new
ConvertingParameterAccessor with the given MongoWriter and delegate. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBindableValue(int index) |
org.springframework.data.geo.Point |
getGeoNearLocation()
Returns the
Point to use for a geo-near query. |
org.springframework.data.geo.Distance |
getMaxDistance()
Returns a
Distance to be applied to Mongo geo queries. |
org.springframework.data.domain.Pageable |
getPageable() |
org.springframework.data.domain.Sort |
getSort() |
boolean |
hasBindableNullValue() |
ConvertingParameterAccessor.PotentiallyConvertingIterator |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ConvertingParameterAccessor(MongoWriter<?> writer, MongoParameterAccessor delegate)
ConvertingParameterAccessor with the given MongoWriter and delegate.writer - must not be null.delegate - must not be null.public ConvertingParameterAccessor.PotentiallyConvertingIterator iterator()
public org.springframework.data.domain.Pageable getPageable()
getPageable in interface org.springframework.data.repository.query.ParameterAccessorpublic org.springframework.data.domain.Sort getSort()
getSort in interface org.springframework.data.repository.query.ParameterAccessorpublic Object getBindableValue(int index)
getBindableValue in interface org.springframework.data.repository.query.ParameterAccessorpublic org.springframework.data.geo.Distance getMaxDistance()
MongoParameterAccessorDistance to be applied to Mongo geo queries.getMaxDistance in interface MongoParameterAccessorDistance parameter
at all or the given value for it was null.public org.springframework.data.geo.Point getGeoNearLocation()
MongoParameterAccessorPoint to use for a geo-near query.getGeoNearLocation in interface MongoParameterAccessorpublic boolean hasBindableNullValue()
hasBindableNullValue in interface org.springframework.data.repository.query.ParameterAccessorCopyright © 2021. All rights reserved.