public class UriParameterConverter extends Object
Strings to other types. The main reason to use this instead
of just a valueOf() or other utility converter is that it will return IllegalUriParameterExceptions in the
case of failure. These exceptions can be more explicity caught and turned into a proper response.| Constructor and Description |
|---|
UriParameterConverter() |
public static long asLong(String value) throws IllegalUriParameterException
IllegalUriParameterExceptionCopyright © 2013 Atlassian. All Rights Reserved.