public class ProjectionList extends Projection
Constructor and Description |
---|
ProjectionList(List<Projection> items)
Ctor with the given list
|
Modifier and Type | Method and Description |
---|---|
static ProjectionList |
fromJson(com.fasterxml.jackson.databind.node.ArrayNode node) |
List<Projection> |
getItems()
Returns the nested projections
|
com.fasterxml.jackson.databind.JsonNode |
toJson() |
add, fromJson, getNonRelativePath
getFactory, getSourceNode, toString
public ProjectionList(List<Projection> items)
public List<Projection> getItems()
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson
in class JsonObject
public static ProjectionList fromJson(com.fasterxml.jackson.databind.node.ArrayNode node)
Copyright © 2014. All rights reserved.