@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
@Inherited
public @interface MongoAggregateQuery
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
collation
The custom collation represented in JSON.
|
java.lang.String |
pipeline
The custom MongoDB pipeline represented in JSON.
|
java.lang.String |
value
The custom MongoDB pipeline represented in JSON.
|
public abstract java.lang.String value
@AliasFor(member="value") public abstract java.lang.String pipeline
@AliasFor(member="value", annotation=MongoCollation.class) public abstract java.lang.String collation