|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.convert.support.AbstractConverter
org.springframework.binding.convert.support.TextToBoolean
public class TextToBoolean
Converts a textual representation of a boolean object to a Boolean instance.
| Constructor Summary | |
|---|---|
TextToBoolean()
Default constructor. |
|
TextToBoolean(java.lang.String trueString,
java.lang.String falseString)
Create a text to boolean converter. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
doConvert(java.lang.Object source,
java.lang.Class targetClass,
ConversionContext context)
Template method subclasses should override to actually perform the type conversion. |
java.lang.Class[] |
getSourceClasses()
The source classes this converter can convert from. |
java.lang.Class[] |
getTargetClasses()
The target classes this converter can convert to. |
| Methods inherited from class org.springframework.binding.convert.support.AbstractConverter |
|---|
convert, convert, convert, convert |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextToBoolean()
public TextToBoolean(java.lang.String trueString,
java.lang.String falseString)
trueString - special true string to considerfalseString - special false string to consider| Method Detail |
|---|
public java.lang.Class[] getSourceClasses()
Converter
public java.lang.Class[] getTargetClasses()
Converter
protected java.lang.Object doConvert(java.lang.Object source,
java.lang.Class targetClass,
ConversionContext context)
throws java.lang.Exception
AbstractConverter
doConvert in class AbstractConvertersource - the source to convert fromtargetClass - the target type to convert tocontext - an optional conversion context that may be used to influence the conversion process, could be null
java.lang.Exception - an exception occured, will be wrapped in a conversion exception if necessary
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||