com.atlassian.jira.webwork.parameters
Class KnownParameterConverters
java.lang.Object
com.atlassian.jira.webwork.parameters.KnownParameterConverters
public class KnownParameterConverters
- extends Object
Keeps a list of all known ParameterConverter
s
If a type is not in this list, then JIRA cannot accept that type as web input.
Introduced / changed as part of JRA-15664
- Since:
- v3.13.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnownParameterConverters
public KnownParameterConverters()
getConverter
public static ParameterConverter getConverter(Class parameterType)
- Called this to find a
ParameterConverter
for a given parameter type class
- Parameters:
parameterType
- the parameter type
- Returns:
- a ParameterConverter if one can be found or null
Copyright © 2002-2011 Atlassian. All Rights Reserved.