public static class DateOperators.Second extends Object
AggregationExpression for $second.| Modifier and Type | Method and Description |
|---|---|
protected List<Object> |
append(Object value) |
protected Map<String,Object> |
append(String key,
Object value) |
protected static List<Field> |
asFields(String... fieldRefs) |
protected String |
getMongoMethod() |
static DateOperators.Second |
secondOf(AggregationExpression expression)
Creates new
DateOperators.Second. |
static DateOperators.Second |
secondOf(String fieldReference)
Creates new
DateOperators.Second. |
org.bson.Document |
toDocument(AggregationOperationContext context)
|
org.bson.Document |
toDocument(Object value,
AggregationOperationContext context) |
protected List<Object> |
values() |
protected String getMongoMethod()
public static DateOperators.Second secondOf(String fieldReference)
DateOperators.Second.fieldReference - must not be null.public static DateOperators.Second secondOf(AggregationExpression expression)
DateOperators.Second.expression - must not be null.public org.bson.Document toDocument(AggregationOperationContext context)
AggregationExpressiontoDocument in interface AggregationExpressionpublic org.bson.Document toDocument(Object value, AggregationOperationContext context)
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.