it.avutils.jmapper.operations.handler
Class OperationHandler
java.lang.Object
it.avutils.jmapper.operations.handler.OperationHandler
public final class OperationHandler
- extends Object
OperationHandler creates the operations necessary to execute the mapping.
- Author:
- Alessandro Vurro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationHandler
public OperationHandler(Class<?> aDestinationClass,
Class<?> aSourceClass,
ChooseConfig aConfigurationChosen,
XML aXml)
loadStructures
public void loadStructures(Set<Method> methodsToGenerate)
- This method calculates and loads the lists relating to the operations to be performed.
- Parameters:
methodsToGenerate - methods to generate
getSimpleOperations
public List<ASimpleOperation> getSimpleOperations()
- Returns:
- list of simple operations
getComplexOperations
public List<AComplexOperation> getComplexOperations()
- Returns:
- list of complex operations
Copyright © 2013. All Rights Reserved.