Package | Description |
---|---|
io.vertx.codegen | |
io.vertx.codegen.generators.cheatsheet | |
io.vertx.codegen.generators.dataobjecthelper | |
io.vertx.codegen.generators.mvel |
Modifier and Type | Method and Description |
---|---|
Stream<Generator<?>> |
GeneratorLoader.loadGenerators(ProcessingEnvironment processingEnv)
Load the generator from the processing environement.
|
Modifier and Type | Class and Description |
---|---|
class |
DataObjectCheatsheetGen |
class |
EnumCheatsheetGen
A generator for Java enums that creates cheatsheets doc.
|
Modifier and Type | Method and Description |
---|---|
Stream<Generator<?>> |
CheatsheetGenLoader.loadGenerators(ProcessingEnvironment processingEnv) |
Modifier and Type | Class and Description |
---|---|
class |
DataObjectHelperGen |
Modifier and Type | Method and Description |
---|---|
Stream<Generator<?>> |
DataObjectHelperGenLoader.loadGenerators(ProcessingEnvironment processingEnv) |
Modifier and Type | Class and Description |
---|---|
class |
MvelCodeGenerator |
Modifier and Type | Method and Description |
---|---|
Stream<Generator<?>> |
MvelCodeGeneratorLoader.loadGenerators(ProcessingEnvironment processingEnv) |
Copyright © 2018 Eclipse. All rights reserved.