Package jadex.bytecode.invocation
Interface IExtractor
public interface IExtractor
Interface for generated bean extractors.
-
Method Summary
-
Method Details
-
extract
Extract the pre-defined bean properties and return them in the matching arrays.- Parameters:
target
- Target object.- Returns:
- Names and values of the properties.
-