public class FunctionWrapper extends Object
Constructor and Description |
---|
FunctionWrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function) |
Modifier and Type | Method and Description |
---|---|
Object |
getArgument() |
SimpleFunctionRegistry.FunctionInvocationWrapper |
getFunction() |
org.springframework.http.HttpHeaders |
getHeaders() |
org.springframework.util.MultiValueMap<String,String> |
getParams() |
void |
setArgument(Object argument) |
void |
setHeaders(org.springframework.http.HttpHeaders headers) |
public FunctionWrapper(SimpleFunctionRegistry.FunctionInvocationWrapper function)
public org.springframework.http.HttpHeaders getHeaders()
public void setHeaders(org.springframework.http.HttpHeaders headers)
public Object getArgument()
public void setArgument(Object argument)
public SimpleFunctionRegistry.FunctionInvocationWrapper getFunction()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.