Uses of Interface
com.atlassian.jira.webwork.parameters.ParameterConverter

Packages that use ParameterConverter
com.atlassian.jira.webwork.parameters   
 

Uses of ParameterConverter in com.atlassian.jira.webwork.parameters
 

Classes in com.atlassian.jira.webwork.parameters that implement ParameterConverter
 class BooleanArrayConverter
          A implementation of ParameterConverter for Boolean[] objects

Introduced / changed as part of JRA-15664

 class BooleanConverter
          A implementation of ParameterConverter for Boolean objects

Introduced / changed as part of JRA-15664

 class ByteArrayConverter
          A implementation of ParameterConverter for Byte[] objects

Introduced / changed as part of JRA-15664

 class ByteConverter
          A implementation of ParameterConverter for Byte objects

Introduced / changed as part of JRA-15664

 class CharacterArrayConverter
          A implementation of ParameterConverter for Character[] objects

Introduced / changed as part of JRA-15664

 class CharacterConverter
          A implementation of ParameterConverter for Character objects

Introduced / changed as part of JRA-15664

 class DoubleArrayConverter
          A implementation of ParameterConverter for Double[] objects

Introduced / changed as part of JRA-15664

 class DoubleConverter
          A implementation of ParameterConverter for Double objects

Introduced / changed as part of JRA-15664

 class FloatArrayConverter
          A implementation of ParameterConverter for Float[] objects

Introduced / changed as part of JRA-15664

 class FloatConverter
          A implementation of ParameterConverter for Float objects

Introduced / changed as part of JRA-15664

 class IntegerArrayConverter
          A implementation of ParameterConverter for Integer[] objects

Introduced / changed as part of JRA-15664

 class IntegerConverter
          A implementation of ParameterConverter for Integer objects

Introduced / changed as part of JRA-15664

 class LongArrayConverter
          A implementation of ParameterConverter for Long[] objects

Introduced / changed as part of JRA-15664

 class LongConverter
          A implementation of ParameterConverter for Long objects

Introduced / changed as part of JRA-15664

 class ShortArrayConverter
          A implementation of ParameterConverter for Short[] objects

Introduced / changed as part of JRA-15664

 class ShortConverter
          A implementation of ParameterConverter for Short objects

Introduced / changed as part of JRA-15664

 

Methods in com.atlassian.jira.webwork.parameters that return ParameterConverter
static ParameterConverter KnownParameterConverters.getConverter(Class parameterType)
          Called this to find a ParameterConverter for a given parameter type class
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.