Modifier and Type | Class and Description |
---|---|
class |
ArrayProjection |
class |
ArrayQueryMatchProjection |
class |
ArrayRangeProjection |
class |
BasicProjection
Base class for field and array projections
|
class |
FieldProjection |
class |
ProjectionList
Represents a list of projections
|
Modifier and Type | Method and Description |
---|---|
static Projection |
Projection.add(Projection p1,
Projection p2)
Adds two projections and returns a new projection containing both.
|
static Projection |
Projection.fromJson(com.fasterxml.jackson.databind.JsonNode node) |
Projection |
ArrayProjection.getProject() |
Modifier and Type | Method and Description |
---|---|
List<Projection> |
ProjectionList.getItems()
Returns the nested projections
|
Modifier and Type | Method and Description |
---|---|
static Projection |
Projection.add(Projection p1,
Projection p2)
Adds two projections and returns a new projection containing both.
|
Constructor and Description |
---|
ArrayProjection(Path field,
boolean include,
Projection project) |
ArrayQueryMatchProjection(Path field,
boolean include,
Projection project,
QueryExpression match) |
ArrayRangeProjection(Path field,
boolean include,
Projection project,
int from,
int to) |
Constructor and Description |
---|
ProjectionList(List<Projection> items)
Ctor with the given list
|
Copyright © 2014. All rights reserved.