| Package | Description |
|---|---|
| io.vertx.codegen | |
| 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) |
AnnotationValueInfo |
DataObjectModel.getAnnotationContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationValueInfo> |
DataObjectModel.getAnnotations() |
List<AnnotationValueInfo> |
ModuleModel.getAnnotations() |
List<AnnotationValueInfo> |
PropertyInfo.getAnnotations() |
List<AnnotationValueInfo> |
ClassModel.getAnnotations() |
default List<AnnotationValueInfo> |
Model.getAnnotations() |
Map<String,List<AnnotationValueInfo>> |
ClassModel.getMethodAnnotations() |
| Constructor and Description |
|---|
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String setterMethod,
String adderMethod,
String getterMethod,
List<AnnotationValueInfo> annotations,
PropertyKind kind,
boolean jsonifiable,
boolean deprecated,
Text deprecatedDesc) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValueInfo |
AnnotationValueInfoFactory.processAnnotation(AnnotationMirror annotation) |
Copyright © 2024 Eclipse. All rights reserved.