public class ContainerToIndexedEntityCollectionCopier extends net.sf.morph.transform.copiers.ContainerCopier
null
copy source as an empty
collection.Constructor and Description |
---|
ContainerToIndexedEntityCollectionCopier()
Create a new ContainerToIndexedEntityCollectionCopier
|
Modifier and Type | Method and Description |
---|---|
protected void |
copyImpl(Object destination,
Object source,
Locale locale,
Integer preferredTransformationType) |
protected Class<?>[] |
getDestinationClassesImpl() |
protected Class<?>[] |
getSourceClassesImpl() |
protected boolean |
isAutomaticallyHandlingNulls() |
void |
setDestinationClasses(Class[] destinationClasses) |
void |
setSourceClasses(Class[] sourceClasses) |
convertImpl, createReusableSource, determineDestinationContainedType, determineDestinationContainedType, getContainedSourceToDestinationTypeMap, getNestedTransformer, isPreferGrow, isWrappingRuntimeExceptions, nestedTransform, put, setContainedSourceToDestinationTypeMap, setNestedTransformer, setPreferGrow
getBeanReflector, getContainerReflector, getGrowableContainerReflector, getIndexedContainerReflector, getMutableIndexedContainerReflector, hasReflector
clone, convert, convert, copy, copy, createDefaultReflector, createNewInstance, createNewInstanceImpl, equals, equals, equalsUnidirectionalTest, getDestinationClasses, getInstantiatingReflector, getLocale, getLog, getReflector, getReflector, getSourceClasses, getTransformableCallCache, getTransformerName, initialize, initializeImpl, isCachingIsTransformableCalls, isImpreciseTransformation, isImpreciseTransformationImpl, isInitialized, isPerformingLogging, isTransformable, isTransformableImpl, setCachingIsTransformableCalls, setInitialized, setLog, setReflector, setTransformableCallCache, setTransformerName, toString
public ContainerToIndexedEntityCollectionCopier()
public void setSourceClasses(Class[] sourceClasses)
setSourceClasses
in class net.sf.morph.transform.transformers.BaseTransformer
protected Class<?>[] getSourceClassesImpl() throws Exception
getSourceClassesImpl
in class net.sf.morph.transform.copiers.ContainerCopier
Exception
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.copiers.ContainerCopier
Exception
protected void copyImpl(Object destination, Object source, Locale locale, Integer preferredTransformationType) throws net.sf.morph.transform.TransformationException
copyImpl
in class net.sf.morph.transform.copiers.ContainerCopier
net.sf.morph.transform.TransformationException
protected boolean isAutomaticallyHandlingNulls()
isAutomaticallyHandlingNulls
in class net.sf.morph.transform.transformers.BaseTransformer
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.