|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.morph.integration.commons.collections.DecoratedConverterToTransformerAdapter
public class DecoratedConverterToTransformerAdapter
Adapts a Morph DecoratedConverter to the org.apache.commons.collections.Transformer interface.
Constructor Summary | |
---|---|
DecoratedConverterToTransformerAdapter()
Create a new DecoratedConverterToTransformerAdapterTestCase. |
|
DecoratedConverterToTransformerAdapter(java.lang.Class destinationClass)
Create a new DecoratedConverterToTransformerAdapter. |
|
DecoratedConverterToTransformerAdapter(DecoratedConverter delegate)
Create a new DecoratedConverterToTransformerAdapterTestCase. |
|
DecoratedConverterToTransformerAdapter(DecoratedConverter delegate,
java.lang.Class destinationClass)
Create a new DecoratedConverterToTransformerAdapter. |
Method Summary | |
---|---|
DecoratedConverter |
getDelegate()
Get the DecoratedConverter delegate. |
java.lang.Class |
getDestinationClass()
Get the Class destinationClass. |
java.util.Map |
getDestinationClassMap()
Get the Map destinationClassMap. |
java.util.Locale |
getLocale()
Get the Locale locale. |
void |
setDelegate(DecoratedConverter delegate)
Set the DecoratedConverter delegate. |
void |
setDestinationClass(java.lang.Class destinationClass)
Set the Class destinationClass. |
void |
setDestinationClassMap(java.util.Map destinationClassMap)
Set the Map destinationClassMap. |
void |
setLocale(java.util.Locale locale)
Set the Locale locale. |
java.lang.Object |
transform(java.lang.Object source)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecoratedConverterToTransformerAdapter()
public DecoratedConverterToTransformerAdapter(DecoratedConverter delegate)
delegate
- public DecoratedConverterToTransformerAdapter(DecoratedConverter delegate, java.lang.Class destinationClass)
delegate
- destinationClass
- public DecoratedConverterToTransformerAdapter(java.lang.Class destinationClass)
destinationClass
- Method Detail |
---|
public java.lang.Object transform(java.lang.Object source)
transform
in interface org.apache.commons.collections.Transformer
Transformer.transform(java.lang.Object)
public DecoratedConverter getDelegate()
public void setDelegate(DecoratedConverter delegate)
delegate
- DecoratedConverterpublic java.lang.Class getDestinationClass()
public void setDestinationClass(java.lang.Class destinationClass)
destinationClass
- Classpublic java.util.Map getDestinationClassMap()
public void setDestinationClassMap(java.util.Map destinationClassMap)
destinationClassMap
- Mappublic java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- Locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |