Package overit.geocallapp.wfm.bundler.bl
Class BundleExtractor
java.lang.Object
overit.geocallapp.utilities.core.data.DynOExtractor<Bundle>
overit.geocallapp.wfm.bundler.bl.BundleExtractor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocallapp.utilities.core.data.DynOExtractor
initialize
-
Field Details
-
OPERATIONS_FIELD
- See Also:
-
SKILLS_FIELD
- See Also:
-
SKILL_DIVISIONS_FIELD
- See Also:
-
-
Constructor Details
-
BundleExtractor
public BundleExtractor()
-
-
Method Details
-
extract
Description copied from class:DynOExtractorCreates aMapfrom the provided object of type T.
Implementation-specific logic determines how the object is used to construct the map.- Specified by:
extractin classDynOExtractor<Bundle>- Parameters:
bundle- the object to use for map creation- Returns:
- the
Mapobject of type T
-