Class EntityGraphMutator

  • All Implemented Interfaces:
    com.rapiddweller.common.Mutator

    public class EntityGraphMutator
    extends java.lang.Object
    implements com.rapiddweller.common.Mutator
    Builds and mutates graphs of entities.

    Created: 16.11.2011 18:14:46
    Since:
    0.7.2
    Author:
    Volker Bergmann
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setValue​(java.lang.Object target, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityGraphMutator

        public EntityGraphMutator​(java.lang.String featureName,
                                  ComplexTypeDescriptor descriptor)
        Instantiates a new Entity graph mutator.
        Parameters:
        featureName - the feature name
        descriptor - the descriptor
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object target,
                             java.lang.Object value)
                      throws com.rapiddweller.common.UpdateFailedException
        Specified by:
        setValue in interface com.rapiddweller.common.Mutator
        Throws:
        com.rapiddweller.common.UpdateFailedException