Interface TypeSet.Resolver

    • Method Detail

      • couldResolve

        boolean couldResolve​(String name)
        Checks if the given class could be resolved by this resolver. Notice, that a resolver's ability to resolve a class does not imply that the class will actually be found and resolved.
        Parameters:
        name - the name of the class, might be fully classified or not.
        Returns:
        whether the class can be resolved