Interface NestedPredicateFieldStep<N extends NestedPredicateNestStep<?>>
-
- Type Parameters:
N
- The type of the next step.
public interface NestedPredicateFieldStep<N extends NestedPredicateNestStep<?>>
The initial step in a "nested" predicate definition, where the target field can be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
objectField(String fieldPath)
Set the object field to "nest" on.
-
-
-
Method Detail
-
objectField
N objectField(String fieldPath)
Set the object field to "nest" on.The selected field must have a
nested structure
in the targeted indexes.- Parameters:
fieldPath
- The path to the object field.- Returns:
- The next step.
-
-