public class

KnownParameterConverters

extends Object
java.lang.Object
   ↳ com.atlassian.jira.webwork.parameters.KnownParameterConverters

Class Overview

Keeps a list of all known 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

Summary

Public Constructors
KnownParameterConverters()
Public Methods
static ParameterConverter getConverter(Class parameterType)
Called this to find a ParameterConverter for a given parameter type class
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public KnownParameterConverters ()

Public Methods

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