java.lang.Object |
↳ |
com.atlassian.jira.webwork.parameters.KnownParameterConverters |
Class Overview
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
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
KnownParameterConverters
()
Public Methods
Parameters
parameterType
| the parameter type |
Returns
- a ParameterConverter if one can be found or null