public class GeneratorKt
@NotNull public static java.lang.String DEFAULT_GENERATOR_PACKAGE
@Nullable public static Generator lookupGenerator(@NotNull com.google.gson.JsonObject generatorJson)
Looks up the generator class in the configured generator packages. By default it will look for generators in au.com.dius.pact.model.generators package, but this can be extended by adding a comma separated list to the pact.generators.packages system property. The generator class name needs to be Generator.
@NotNull
public static java.lang.Class<?> findGeneratorClass(@NotNull
java.lang.String generatorType)