Class ClassResolverFromClasspath

java.lang.Object
com.tngtech.archunit.core.importer.resolvers.ClassResolverFromClasspath
All Implemented Interfaces:
ClassResolver

public final class ClassResolverFromClasspath extends Object implements ClassResolver
A ClassResolver that tries to locate missing dependencies on the classpath. I.e. uses Class.getResource(String) to find the URI of the classfile for the missing type, then uses the supplied ClassResolver.ClassUriImporter to import the type.