Package cz.diribet.aqdef.convert.custom
Class K0005ValueConverter
- java.lang.Object
-
- cz.diribet.aqdef.convert.custom.K0005ValueConverter
-
- All Implemented Interfaces:
IKKeyValueConverter<List<Integer>>
public class K0005ValueConverter extends Object implements IKKeyValueConverter<List<Integer>>
Transform K0005 to list of event ids.
Sample content of K0005: "100, 101, 150"- Author:
- Vlastimil Dolejs
-
-
Constructor Summary
Constructors Constructor Description K0005ValueConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>convert(String value)StringtoString(List<Integer> value)
-
-
-
Method Detail
-
convert
public List<Integer> convert(String value) throws KKeyValueConversionException
- Specified by:
convertin interfaceIKKeyValueConverter<List<Integer>>- Throws:
KKeyValueConversionException
-
-