it.avutils.jmapper.operations.recursive
Class MappedListArrayOperation
java.lang.Object
it.avutils.jmapper.operations.AGeneralOperationAccessor
it.avutils.jmapper.operations.AGeneralOperation
it.avutils.jmapper.operations.complex.AComplexOperation
it.avutils.jmapper.operations.recursive.ARecursiveOperation
it.avutils.jmapper.operations.recursive.MappedListArrayOperation
public class MappedListArrayOperation
- extends ARecursiveOperation
This Class represents the mappings between mapped Collections.
- Author:
- Alessandro Vurro
| Methods inherited from class it.avutils.jmapper.operations.AGeneralOperationAccessor |
destinationType, getMtd, getMts, initialDGetPath, initialDSetPath, initialSGetPath, setConversionMethod, setDestinationField, setInfoOperation, setMemberShip, setMtd, setMts, setSourceField, sourceType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappedListArrayOperation
public MappedListArrayOperation()
getSourceConverted
protected Object getSourceConverted()
- Overrides:
getSourceConverted in class AComplexOperation
- Returns:
- Returns the name of the object shared between existingField and fieldToCreate methods.
existingField
protected StringBuilder existingField()
- Specified by:
existingField in class AComplexOperation
- Returns:
- a StringBuilder containing the mapping for an existing field
fieldToCreate
protected StringBuilder fieldToCreate()
- Specified by:
fieldToCreate in class AComplexOperation
- Returns:
- a StringBuilder containing the mapping for a new instance of the field
sharedCode
protected StringBuilder sharedCode(StringBuilder content)
- Overrides:
sharedCode in class AComplexOperation
- Returns:
- a StringBuilder containing the shared code between fieldToCreate and existingField methods
- See Also:
AComplexOperation.fieldToCreate(),
AComplexOperation.existingField()
Copyright © 2013. All Rights Reserved.