java.lang.Object
com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
All Implemented Interfaces:
TypeSolver

public class CombinedTypeSolver extends Object implements TypeSolver
A container for type solvers. All solving is done by the contained type solvers. This helps you when an API asks for a single type solver, but you need several.
Author:
Federico Tomassetti