Interface ProjectionRequestContext
-
- All Known Subinterfaces:
ProjectionRequestRootContext
- All Known Implementing Classes:
FieldProjectionRequestContext
public interface ProjectionRequestContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringabsoluteCurrentFieldPath()voidcheckNotNested(SearchQueryElementTypeKey<?> projectionKey, String hint)voidcheckValidField(String absoluteFieldPath)ProjectionRequestContextforField(String absoluteFieldPath, String[] absoluteFieldPathComponents)String[]relativeCurrentFieldPathComponents()ProjectionRequestRootContextroot()
-
-
-
Method Detail
-
checkValidField
void checkValidField(String absoluteFieldPath)
-
checkNotNested
void checkNotNested(SearchQueryElementTypeKey<?> projectionKey, String hint)
-
root
ProjectionRequestRootContext root()
-
forField
ProjectionRequestContext forField(String absoluteFieldPath, String[] absoluteFieldPathComponents)
-
absoluteCurrentFieldPath
String absoluteCurrentFieldPath()
-
relativeCurrentFieldPathComponents
String[] relativeCurrentFieldPathComponents()
-
-