Package jadex.bytecode.invocation
Interface IExtractor
-
public interface IExtractor
Interface for generated bean extractors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tuple2<java.lang.String[],java.lang.Object[]>
extract(java.lang.Object target)
Extract the pre-defined bean properties and return them in the matching arrays.
-
-
-
Method Detail
-
extract
Tuple2<java.lang.String[],java.lang.Object[]> extract(java.lang.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.
-
-