|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.convert.service.StaticConversionExecutor
public class StaticConversionExecutor
A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
Specifically, encapsulates knowledge about how to convert source objects to a specific target type using a specific converter.
| Constructor Summary | |
|---|---|
StaticConversionExecutor(java.lang.Class<?> sourceClass,
java.lang.Class<?> targetClass,
Converter converter)
Creates a conversion executor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
execute(java.lang.Object source)
Execute the conversion for the provided source object. |
Converter |
getConverter()
Returns the converter that will perform the conversion. |
java.lang.Class<?> |
getSourceClass()
Returns the source class of conversions performed by this executor. |
java.lang.Class<?> |
getTargetClass()
Returns the target class of conversions performed by this executor. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StaticConversionExecutor(java.lang.Class<?> sourceClass,
java.lang.Class<?> targetClass,
Converter converter)
sourceClass - the source type that the converter will convert fromtargetClass - the target type that the converter will convert toconverter - the converter that will perform the conversion| Method Detail |
|---|
public java.lang.Class<?> getSourceClass()
getSourceClass in interface ConversionExecutorpublic java.lang.Class<?> getTargetClass()
getTargetClass in interface ConversionExecutorpublic Converter getConverter()
public java.lang.Object execute(java.lang.Object source)
throws ConversionExecutionException
ConversionExecutor
execute in interface ConversionExecutorsource - the source object to convert
ConversionExecutionExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||