Class KnownParameterConverters

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

public class KnownParameterConverters extends Object
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

Since:
v3.13.2
  • Constructor Details

    • KnownParameterConverters

      public KnownParameterConverters()
  • Method Details

    • 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