Import third-party Java packages, built-in Java packages, or custom Java packages in the Import Packages section. This example uses the Map and HashMap packages.
Enter the following code in the Import Packages section:
import java.util.Map;
import java.util.HashMap;
Data Integration
adds the import statements to the Java code for the transformation.