public class ArrayRangeProjection extends ArrayProjection
Projection.Inclusion| Constructor and Description |
|---|
ArrayRangeProjection(Path field,
boolean include,
Projection project,
int from,
int to) |
ArrayRangeProjection(Path field,
boolean include,
Projection project,
Sort sort,
int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFrom() |
int |
getTo() |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
getField, getProject, getSort, isIncludefromJsonadd, fieldAncestorOfPattern, fieldMatchesPattern, fromJson, getFieldInclusion, getFieldInclusion, getNonRelativePath, impliedInclusion, isFieldIncluded, isFieldRequiredToEvaluateProjection, isFieldRequiredToEvaluateProjectiongetFactory, getSourceNode, toStringpublic ArrayRangeProjection(Path field, boolean include, Projection project, Sort sort, int from, int to)
public ArrayRangeProjection(Path field, boolean include, Projection project, int from, int to)
public int getFrom()
public int getTo()
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson in class ArrayProjectionCopyright © 2015. All rights reserved.