Uses of Class
org.jooq.tools.reflect.CompileOptions
-
Uses of CompileOptions in org.jooq.tools.reflect
Modifier and TypeMethodDescriptionCompileOptions.processors(List<? extends Processor> newProcessors)
CompileOptions.processors(Processor... newProcessors)
Modifier and TypeMethodDescriptionstatic Reflect
Reflect.compile(String name, String content, CompileOptions options)
Compile a class at runtime and reflect on it.