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.- Since:
- 4.0
- Author:
- Christoph Strobl
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBoundedRange(Object lower, Object upper, DensifyOperation.DensifyUnit unit) -
Method Summary
Methods inherited from class DensifyOperation.DensifyRange
incrementBy, incrementBy, toDocument, unitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DensifyOperation.Range
toDocument
-
Constructor Details
-
BoundedRange
-