Class BundleExtractor

java.lang.Object
overit.geocallapp.utilities.core.data.DynOExtractor<Bundle>
overit.geocallapp.wfm.bundler.bl.BundleExtractor

public class BundleExtractor extends DynOExtractor<Bundle>
  • Field Details

  • Constructor Details

    • BundleExtractor

      public BundleExtractor()
  • Method Details

    • extract

      public Map<String,Object> extract(Bundle bundle)
      Description copied from class: DynOExtractor
      Creates a Map from the provided object of type T.
      Implementation-specific logic determines how the object is used to construct the map.
      Specified by:
      extract in class DynOExtractor<Bundle>
      Parameters:
      bundle - the object to use for map creation
      Returns:
      the Map object of type T