Class DensifyOperation.BoundedRange
java.lang.Object
org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyRange
org.springframework.data.mongodb.core.aggregation.DensifyOperation.BoundedRange
- All Implemented Interfaces:
DensifyOperation.Range
- Enclosing class:
- DensifyOperation
DensifyOperation.Range
implementation holding lower and upper bound values.- Author:
- Christoph Strobl
-
Constructor Summary
ModifierConstructorDescriptionprotected
BoundedRange
(Object lower, Object upper, DensifyOperation.DensifyUnit unit) -
Method Summary
Methods inherited from class org.springframework.data.mongodb.core.aggregation.DensifyOperation.DensifyRange
incrementBy, incrementBy, toDocument, unit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.mongodb.core.aggregation.DensifyOperation.Range
toDocument
-
Constructor Details
-
BoundedRange
-