withCurrentClassloader

Allow the type solver to resolve types that are defined in the current ClassLoader.

Some examples of those types are:
  • java.lang.Object
  • java.lang.String
  • java.lang.Math
  • com.github.javaparser.ast.Node
  • com.github.javaparser.symbolsolver.resolution.typesolvers.TypeSolverBuilder
  • ...

Return

the current builder.

See also