| Modifier and Type | Method and Description |
|---|---|
Projection.Inclusion |
Projection.getFieldInclusion(Path field)
Determines if the field is included in this projection
|
Projection.Inclusion |
Projection.getFieldInclusion(Path field,
Path ctx)
Determine if the field is explicitly included/excluded, implicitly included, or
the projection does not decide on the field.
|
static Projection.Inclusion |
Projection.isFieldIncluded(Path field,
Path pattern,
boolean inclusion,
boolean recursive)
Returns if the field should be included based on the pattern given.
|
static Projection.Inclusion |
Projection.Inclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Projection.Inclusion[] |
Projection.Inclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.