Interface WildcardImportResolver


  • public interface WildcardImportResolver
    Responsible for providing additional import resolution functionality for situations where classes have referenced a package or wild-card import.
    Author:
    Lincoln Baxter, III
    • Method Detail

      • resolve

        String resolve​(JavaType<?> source,
                       String type)
        Resolves the wildcard type from the specified source
        Parameters:
        source - the source to resolve from
        type - the type to resolve
        Returns:
        the resolved type