Class StandaloneProcessingContext
java.lang.Object
net.kaczmarzyk.spring.data.jpa.web.StandaloneProcessingContext
- All Implemented Interfaces:
ProcessingContext
The purpose of this class is to handle non-web specification building.
- Author:
- Jakub Radlica, Kacper Leśniak (Tratif sp. z o.o.)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getBodyParamValues(String bodyParamName) This class supports only specifications defined as interface.Class<?>String[]getParameterValues(String webParamName) getPathVariableValue(String pathVariableName, MissingPathVarPolicy missingPathVarPolicy) getRequestHeaderValue(String headerKey)
-
Constructor Details
-
StandaloneProcessingContext
-
-
Method Details
-
getParameterType
- Specified by:
getParameterTypein interfaceProcessingContext
-
getParameterAnnotations
This class supports only specifications defined as interface.- Specified by:
getParameterAnnotationsin interfaceProcessingContext
-
queryContext
- Specified by:
queryContextin interfaceProcessingContext
-
getRequestHeaderValue
- Specified by:
getRequestHeaderValuein interfaceProcessingContext
-
getParameterValues
- Specified by:
getParameterValuesin interfaceProcessingContext
-
getPathVariableValue
public String getPathVariableValue(String pathVariableName, MissingPathVarPolicy missingPathVarPolicy) - Specified by:
getPathVariableValuein interfaceProcessingContext
-
getBodyParamValues
- Specified by:
getBodyParamValuesin interfaceProcessingContext
-