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, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic TextToEntityCopier()
protected void copyImpl(Object destination, Object source, Locale locale, Integer preferredTransformationType) throws Exception
copyImpl in class net.sf.morph.transform.transformers.BaseTransformerExceptionpublic void setSourceClasses(Class[] sourceClasses)
setSourceClasses in class net.sf.morph.transform.transformers.BaseTransformerpublic void setDestinationClasses(Class[] destinationClasses)
setDestinationClasses in class net.sf.morph.transform.transformers.BaseTransformerprotected Class<?>[] getDestinationClassesImpl() throws Exception
getDestinationClassesImpl in class net.sf.morph.transform.transformers.BaseTransformerExceptionprotected Class<?>[] getSourceClassesImpl() throws Exception
getSourceClassesImpl in class net.sf.morph.transform.transformers.BaseTransformerExceptionpublic 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.