public interface ImportContext
Modifier and Type | Method and Description |
---|---|
String |
generateImports() |
String |
importType(String fqcn)
Add fqcn to the import list.
|
String |
staticImport(String fqcn,
String member) |
String importType(String fqcn)
java.util.Collection<org.marvel.Hulk>
imports java.util.Collection
and returns Collection
org.marvel.Hulk[]
imports org.marvel.Hulk
and returns Hulk
fqcn
- Fully qualified class name of the type to import.String generateImports()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.