public class KnownParameterConverters extends Object
ParameterConverters
If a type is not in this list, then JIRA cannot accept that type as web input.
Introduced / changed as part of JRA-15664
| Constructor and Description |
|---|
KnownParameterConverters() |
| Modifier and Type | Method and Description |
|---|---|
static ParameterConverter |
getConverter(Class parameterType)
Called this to find a
ParameterConverter for a given parameter type class |
public static ParameterConverter getConverter(Class parameterType)
ParameterConverter for a given parameter type classparameterType - the parameter typeCopyright © 2002-2016 Atlassian. All Rights Reserved.