Package | Description |
---|---|
io.vertx.codegen |
= Vert.x Codegen
Vert.x Codegen is an annotation processing tool for processing Vert.x API and create API in different JVM lauguages.
|
io.vertx.codegen.type |
Modifier and Type | Field and Description |
---|---|
protected List<AnnotationValueInfo> |
ClassModel.annotations |
protected Map<String,List<AnnotationValueInfo>> |
ClassModel.methodAnnotationsMap |
Modifier and Type | Method and Description |
---|---|
AnnotationValueInfo |
PropertyInfo.getAnnotation(String annotationName) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationValueInfo> |
PropertyInfo.getAnnotations() |
List<AnnotationValueInfo> |
ClassModel.getAnnotations() |
List<AnnotationValueInfo> |
ModuleModel.getAnnotationValueInfos() |
Map<String,List<AnnotationValueInfo>> |
ClassModel.getMethodAnnotations() |
Constructor and Description |
---|
ModuleModel(PackageElement element,
ModuleInfo info,
List<AnnotationValueInfo> annotationValueInfos) |
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String setterMethod,
String adderMethod,
String getterMethod,
List<AnnotationValueInfo> annotations,
PropertyKind kind,
boolean jsonifiable) |
Modifier and Type | Method and Description |
---|---|
AnnotationValueInfo |
AnnotationValueInfoFactory.processAnnotation(AnnotationMirror annotation) |
Copyright © 2018. All rights reserved.