it.avutils.jmapper.operations.handler
Class OperationHandler

java.lang.Object
  extended by it.avutils.jmapper.operations.handler.OperationHandler

public final class OperationHandler
extends Object

OperationHandler creates the operations necessary to execute the mapping.

Author:
Alessandro Vurro

Constructor Summary
OperationHandler(Class<?> aDestinationClass, Class<?> aSourceClass, ChooseConfig aConfigurationChosen, XML aXml)
           
 
Method Summary
 List<AComplexOperation> getComplexOperations()
           
 List<ASimpleOperation> getSimpleOperations()
           
 void loadStructures(Set<Method> methodsToGenerate)
          This method calculates and loads the lists relating to the operations to be performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationHandler

public OperationHandler(Class<?> aDestinationClass,
                        Class<?> aSourceClass,
                        ChooseConfig aConfigurationChosen,
                        XML aXml)
Method Detail

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.