Package org.jboss.forge.roaster.spi
Interface WildcardImportResolver
-
public interface WildcardImportResolverResponsible for providing additional import resolution functionality for situations where classes have referenced a package or wild-card import.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringresolve(JavaType<?> source, java.lang.String type)Resolves the wildcard type from the specified source
-
-
-
Method Detail
-
resolve
java.lang.String resolve(JavaType<?> source, java.lang.String type)
Resolves the wildcard type from the specified source- Parameters:
source- the source to resolve fromtype- the type to resolve- Returns:
- the resolved type
-
-