public class ServiceParameterUtil extends Object
Constructor and Description |
---|
ServiceParameterUtil() |
Modifier and Type | Method and Description |
---|---|
protected static ServiceInputParameter |
columnMappingToInputParameter(ColumnMapping mapping) |
protected static ServiceOutputParameter |
columnMappingToOutputParameter(ColumnMapping mapping) |
static Object |
convertJsonParameterValue(String parameterName,
com.fasterxml.jackson.databind.JsonNode value,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static Object |
convertParameterValue(String parameterName,
String type,
Object value,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static Object |
convertParameterValue(String parameterName,
String type,
Object value,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ExpressionManager expressionManager,
VariableContainer variableContainer) |
static Collection<ServiceInputParameter> |
extractServiceInputParameters(ServiceDefinitionModel model,
ServiceOperation operation) |
static Collection<ServiceOutputParameter> |
extractServiceOutputParameters(ServiceDefinitionModel model,
ServiceOperation operation) |
static String |
getParameterName(ServiceParameter parameter) |
public static Object convertParameterValue(String parameterName, String type, Object value, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExpressionManager expressionManager, VariableContainer variableContainer)
public static Object convertParameterValue(String parameterName, String type, Object value, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static Object convertJsonParameterValue(String parameterName, com.fasterxml.jackson.databind.JsonNode value, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static Collection<ServiceInputParameter> extractServiceInputParameters(ServiceDefinitionModel model, ServiceOperation operation)
public static Collection<ServiceOutputParameter> extractServiceOutputParameters(ServiceDefinitionModel model, ServiceOperation operation)
protected static ServiceInputParameter columnMappingToInputParameter(ColumnMapping mapping)
protected static ServiceOutputParameter columnMappingToOutputParameter(ColumnMapping mapping)
public static String getParameterName(ServiceParameter parameter)