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) |
TextCriteria |
getFullText()
Returns the
TextCriteria to be used for full text query. |
Point |
getGeoNearLocation()
Returns the
Point to use for a geo-near query. |
Distance |
getMaxDistance()
Returns a
Distance to be applied to Mongo geo queries. |
Pageable |
getPageable() |
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()
iterator in interface Iterable<Object>iterator in interface ParameterAccessorpublic Pageable getPageable()
getPageable in interface ParameterAccessorpublic Sort getSort()
getSort in interface ParameterAccessorpublic Object getBindableValue(int index)
getBindableValue in interface ParameterAccessorpublic 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 Point getGeoNearLocation()
MongoParameterAccessorPoint to use for a geo-near query.getGeoNearLocation in interface MongoParameterAccessorpublic TextCriteria getFullText()
MongoParameterAccessorTextCriteria to be used for full text query.getFullText in interface MongoParameterAccessorpublic boolean hasBindableNullValue()
hasBindableNullValue in interface ParameterAccessorCopyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.