Class FunctionWrapper
- java.lang.Object
-
- org.springframework.cloud.function.web.util.FunctionWrapper
-
public class FunctionWrapper extends Object
For internal use only.- Author:
- Oleg Zhurakousky
-
-
Constructor Summary
Constructors Constructor Description FunctionWrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetArgument()SimpleFunctionRegistry.FunctionInvocationWrappergetFunction()org.springframework.http.HttpHeadersgetHeaders()org.springframework.util.MultiValueMap<String,String>getParams()voidsetArgument(Object argument)voidsetHeaders(org.springframework.http.HttpHeaders headers)
-
-
-
Constructor Detail
-
FunctionWrapper
public FunctionWrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function)
-
-
Method Detail
-
getHeaders
public org.springframework.http.HttpHeaders getHeaders()
-
setHeaders
public void setHeaders(org.springframework.http.HttpHeaders headers)
-
getArgument
public Object getArgument()
-
setArgument
public void setArgument(Object argument)
-
getFunction
public SimpleFunctionRegistry.FunctionInvocationWrapper getFunction()
-
-