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) |
Modifier and Type | Method and Description |
---|---|
default List<AnnotationValueInfo> |
Model.getAnnotations() |
List<AnnotationValueInfo> |
PropertyInfo.getAnnotations() |
List<AnnotationValueInfo> |
ClassModel.getAnnotations() |
List<AnnotationValueInfo> |
DataObjectModel.getAnnotations() |
List<AnnotationValueInfo> |
ModuleModel.getAnnotations() |
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,
boolean deprecated,
Text deprecatedDesc) |
Modifier and Type | Method and Description |
---|---|
AnnotationValueInfo |
AnnotationValueInfoFactory.processAnnotation(AnnotationMirror annotation) |
Copyright © 2019 Eclipse. All rights reserved.