| Package | Description |
|---|---|
| com.redhat.lightblue.eval |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayProjector
Base class for array projectors.
|
class |
ArrayQueryProjector
Projector to return array elements that match a query
|
class |
ArrayRangeProjector
Projector that returns a range of elements from an array
|
class |
FieldProjector |
class |
ListProjector |
| Modifier and Type | Method and Description |
|---|---|
static Projector |
Projector.getInstance(Projection projection,
EntityMetadata md)
Builds a projector using the given projection and entity metadata
|
static Projector |
Projector.getInstance(Projection projection,
Path ctxPath,
FieldTreeNode ctx)
Builds a (potentially nested) projection based on the given projection,
and the location in the metadata field tree.
|
Projector |
ArrayProjector.getNestedProjector()
Returns the nested projector
|
Projector |
ListProjector.getNestedProjector() |
abstract Projector |
Projector.getNestedProjector()
Returns the nested projector for this path *only if*
project
returns true. |
Projector |
FieldProjector.getNestedProjector() |
| Modifier and Type | Method and Description |
|---|---|
List<Projector> |
ListProjector.getItems() |
Copyright © 2016. All rights reserved.