public class FieldProjection extends BasicProjection
Modifier and Type | Field and Description |
---|---|
static FieldProjection |
ALL |
Constructor and Description |
---|
FieldProjection(Path field,
boolean include,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
Path |
getField() |
boolean |
isInclude() |
boolean |
isRecursive() |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
fromJson
add, fromJson, getNonRelativePath
getFactory, getSourceNode, toString
public static final FieldProjection ALL
public FieldProjection(Path field, boolean include, boolean recursive)
public Path getField()
public boolean isInclude()
public boolean isRecursive()
public com.fasterxml.jackson.databind.JsonNode toJson()
toJson
in class JsonObject
Copyright © 2014. All rights reserved.