Interface GeneratorSource


  • public interface GeneratorSource
    Generator source.

    The entry point for BenchmarkGenerator.

    • Method Detail

      • resolveClass

        ClassInfo resolveClass​(String className)
        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