| AarTypeSolver |
Will let the symbol solver look inside an Android aar file while solving types.
|
| ClassLoaderTypeSolver |
This TypeSolver wraps a ClassLoader.
|
| CombinedTypeSolver |
A container for type solvers.
|
| CombinedTypeSolver.ExceptionHandlers |
Provides some convenience exception handler implementations
|
| JarTypeSolver |
Will let the symbol solver look inside a jar file while solving types.
|
| JavaParserTypeSolver |
Defines a directory containing source code that should be used for solving symbols.
|
| MemoryTypeSolver |
A TypeSolver which only consider the TypeDeclarations provided to it.
|
| ReflectionTypeSolver |
Uses reflection to resolve types.
|
| TypeSolverBuilder |
TypeSolverBuilder was created with the objective of simplifying
the process of creating new type solved.
|