org.camunda.bpm.engine.rest.dto.converter
Class LongConverter
java.lang.Object
org.camunda.bpm.engine.rest.dto.converter.JacksonAwareStringToTypeConverter<Long>
org.camunda.bpm.engine.rest.dto.converter.LongConverter
- All Implemented Interfaces:
- StringToTypeConverter<Long>
public class LongConverter
- extends JacksonAwareStringToTypeConverter<Long>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongConverter
public LongConverter()
convertQueryParameterToType
public Long convertQueryParameterToType(String value)
- Specified by:
convertQueryParameterToType in interface StringToTypeConverter<Long>- Specified by:
convertQueryParameterToType in class JacksonAwareStringToTypeConverter<Long>
Copyright © 2016 camunda services GmbH. All rights reserved.