Class MapperGenLoader
- java.lang.Object
-
- io.vertx.sqlclient.templates.generator.MapperGenLoader
-
- All Implemented Interfaces:
io.vertx.codegen.processor.GeneratorLoader
public class MapperGenLoader extends Object implements io.vertx.codegen.processor.GeneratorLoader
-
-
Constructor Summary
Constructors Constructor Description MapperGenLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<io.vertx.codegen.processor.Generator<?>>
loadGenerators(ProcessingEnvironment processingEnv)
-
-
-
Method Detail
-
loadGenerators
public java.util.stream.Stream<io.vertx.codegen.processor.Generator<?>> loadGenerators(ProcessingEnvironment processingEnv)
- Specified by:
loadGenerators
in interfaceio.vertx.codegen.processor.GeneratorLoader
-
-