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 Summary

    Modifier and Type
    Method
    Description
    resolve(JavaType<?> source, String type)
    Resolves the wildcard type from the specified source
  • Method Details

    • 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