Interface IExtractor


public interface IExtractor
Interface for generated bean extractors.
  • Method Summary

    Modifier and Type
    Method
    Description
    jadex.common.Tuple2<String[],Object[]>
    extract(Object target)
    Extract the pre-defined bean properties and return them in the matching arrays.
  • Method Details

    • extract

      jadex.common.Tuple2<String[],Object[]> extract(Object target)
      Extract the pre-defined bean properties and return them in the matching arrays.
      Parameters:
      target - Target object.
      Returns:
      Names and values of the properties.