public class TextToEntityCopier extends net.sf.morph.transform.transformers.BaseTransformer implements net.sf.morph.transform.DecoratedCopier
Constructor and Description |
---|
TextToEntityCopier() |
Modifier and Type | Method and Description |
---|---|
protected void |
copyImpl(Object destination,
Object source,
Locale locale,
Integer preferredTransformationType) |
protected Class<?>[] |
getDestinationClassesImpl() |
protected Class<?>[] |
getSourceClassesImpl() |
net.sf.morph.transform.converters.TextConverter |
getTextConverter()
Get the TextConverter textConverter.
|
void |
setDestinationClasses(Class[] destinationClasses) |
void |
setSourceClasses(Class[] sourceClasses) |
void |
setTextConverter(net.sf.morph.transform.converters.TextConverter textConverter)
Set the TextConverter textConverter.
|
clone, convert, convert, convertImpl, copy, copy, createDefaultReflector, createNewInstance, createNewInstanceImpl, createReusableSource, equals, equals, equalsUnidirectionalTest, getDestinationClasses, getInstantiatingReflector, getLocale, getLog, getNestedTransformer, getReflector, getReflector, getSourceClasses, getTransformableCallCache, getTransformerName, initialize, initializeImpl, isAutomaticallyHandlingNulls, isCachingIsTransformableCalls, isImpreciseTransformation, isImpreciseTransformationImpl, isInitialized, isPerformingLogging, isTransformable, isTransformableImpl, isWrappingRuntimeExceptions, setCachingIsTransformableCalls, setInitialized, setLog, setNestedTransformer, setReflector, setTransformableCallCache, setTransformerName, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public TextToEntityCopier()
protected void copyImpl(Object destination, Object source, Locale locale, Integer preferredTransformationType) throws Exception
copyImpl
in class net.sf.morph.transform.transformers.BaseTransformer
Exception
public void setSourceClasses(Class[] sourceClasses)
setSourceClasses
in class net.sf.morph.transform.transformers.BaseTransformer
public void setDestinationClasses(Class[] destinationClasses)
setDestinationClasses
in class net.sf.morph.transform.transformers.BaseTransformer
protected Class<?>[] getDestinationClassesImpl() throws Exception
getDestinationClassesImpl
in class net.sf.morph.transform.transformers.BaseTransformer
Exception
protected Class<?>[] getSourceClassesImpl() throws Exception
getSourceClassesImpl
in class net.sf.morph.transform.transformers.BaseTransformer
Exception
public net.sf.morph.transform.converters.TextConverter getTextConverter()
public void setTextConverter(net.sf.morph.transform.converters.TextConverter textConverter)
textConverter
- TextConverterCopyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.