org.camunda.bpm.engine.rest.dto.converter
Class VariableListConverter
java.lang.Object
org.camunda.bpm.engine.rest.dto.converter.JacksonAwareStringToTypeConverter<List<VariableQueryParameterDto>>
org.camunda.bpm.engine.rest.dto.converter.VariableListConverter
- All Implemented Interfaces:
- StringToTypeConverter<List<VariableQueryParameterDto>>
public class VariableListConverter
- extends JacksonAwareStringToTypeConverter<List<VariableQueryParameterDto>>
Reads a list of VariableQueryParameterDtos from a single parameter. Expects a given format (see method comments).
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableListConverter
public VariableListConverter()
convertQueryParameterToType
public List<VariableQueryParameterDto> convertQueryParameterToType(String value)
- Expects a query parameter of multiple variable expressions formatted as KEY_OPERATOR_VALUE, e.g. aVariable_eq_aValue.
Multiple values are expected to be comma-separated.
- Specified by:
convertQueryParameterToType in interface StringToTypeConverter<List<VariableQueryParameterDto>>- Specified by:
convertQueryParameterToType in class JacksonAwareStringToTypeConverter<List<VariableQueryParameterDto>>
Copyright © 2016 camunda services GmbH. All rights reserved.