Interface Event

  • All Known Implementing Classes:
    DefaultEvent

    public interface Event
    An Event triggered at a certain stage in the mapping process
    • Method Detail

      • getType

        EventTypes getType()
        Returns the type of event
        Returns:
        type of event
      • getClassMap

        ClassMap getClassMap()
        Returns the classmap being used by mapper
        Returns:
        classmap being used by mapper
      • getFieldMap

        FieldMap getFieldMap()
        Returns the fieldmap being used by mapper
        Returns:
        fieldmap being used by mapper
      • getSourceObject

        Object getSourceObject()
        Returns the source being mapped
        Returns:
        source being mapped
      • getDestinationObject

        Object getDestinationObject()
        Returns destination being mapped
        Returns:
        destination being mapped
      • getDestinationValue

        Object getDestinationValue()
        Returns destination value being mapped
        Returns:
        destination value being mapped