Package org.openjdk.jmh.generators.core
Interface GeneratorSource
public interface GeneratorSource
Generator source.
The entry point for BenchmarkGenerator.
-
Method Summary
-
Method Details
-
getClasses
Collection<ClassInfo> getClasses()- Returns:
- collection of all resolved classes
-
resolveClass
Resolve class info for a name.Users may call this method for the classes not listed in
getClasses()call, the implementation has to have the fall-back strategy for these cases.- Parameters:
className- class name- Returns:
- class metainfo
-