Methods in org.jboss.seam.remoting.wrapper that return ConversionScore |
ConversionScore |
BagWrapper.conversionScore(Class cls)
|
ConversionScore |
BeanWrapper.conversionScore(Class cls)
|
ConversionScore |
BooleanWrapper.conversionScore(Class cls)
|
ConversionScore |
DateWrapper.conversionScore(Class cls)
|
ConversionScore |
MapWrapper.conversionScore(Class cls)
|
ConversionScore |
NullWrapper.conversionScore(Class cls)
|
ConversionScore |
NumberWrapper.conversionScore(Class cls)
Allow conversions to either Integer or String. |
ConversionScore |
StringWrapper.conversionScore(Class cls)
|
ConversionScore |
Wrapper.conversionScore(Class cls)
Returns a score indicating whether this parameter value can be converted
to the specified type. |
static ConversionScore |
ConversionScore.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConversionScore[] |
ConversionScore.values()
Returns an array containing the constants of this enum type, in
the order they're declared. |