Interface ProjectionRequestContext
- All Known Subinterfaces:
ProjectionRequestRootContext
- All Known Implementing Classes:
FieldProjectionRequestContext
public interface ProjectionRequestContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckNotNested(SearchQueryElementTypeKey<?> projectionKey, String hint) voidcheckValidField(String absoluteFieldPath) booleanprojectionCardinalityCorrectlyAddressed(String requiredContextAbsoluteFieldPath) String[]root()
-
Method Details
-
checkValidField
-
checkNotNested
-
root
ProjectionRequestRootContext root() -
forField
-
absoluteCurrentFieldPath
String absoluteCurrentFieldPath() -
relativeCurrentFieldPathComponents
String[] relativeCurrentFieldPathComponents() -
queryParameters
NamedValues queryParameters() -
projectionCardinalityCorrectlyAddressed
-