public class VariableListConverter extends JacksonAwareStringToTypeConverter<List<VariableQueryParameterDto>>
VariableQueryParameterDtos from a single parameter. Expects a given format (see method comments).objectMapper| Constructor and Description |
|---|
VariableListConverter() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableQueryParameterDto> |
convertQueryParameterToType(String value)
Expects a query parameter of multiple variable expressions formatted as KEY_OPERATOR_VALUE, e.g.
|
mapToType, setObjectMapperpublic List<VariableQueryParameterDto> convertQueryParameterToType(String value)
convertQueryParameterToType in interface StringToTypeConverter<List<VariableQueryParameterDto>>convertQueryParameterToType in class JacksonAwareStringToTypeConverter<List<VariableQueryParameterDto>>Copyright © 2013–2021 camunda services GmbH. All rights reserved.