| Package | Description |
|---|---|
| org.frankframework.frankdoc | |
| org.frankframework.frankdoc.wrapper |
This package was created to allow the Frank!Doc model to be instantiated both from Java reflection or from within a doclet.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.flattenJavaDocLinksToLastWords(String text) |
| Modifier and Type | Method and Description |
|---|---|
FrankClass |
FrankClassRepository.findClass(String fullName) |
FrankAnnotation |
FrankClass.getAnnotationIncludingInherited(String annotationFullName) |
FrankAnnotation |
FrankMethod.getAnnotationIncludingInherited(String name) |
List<FrankClass> |
FrankClass.getInterfaceImplementations()
Assumes that this object models a Java interface and get the non-abstract interface implementations.
|
String |
FrankMethod.getJavaDocIncludingInherited() |
String |
FrankClass.getJavaDocTagIncludingInherited(String tagName) |
String |
FrankMethod.getJavaDocTagIncludingInherited(String tagName) |
Object |
FrankAnnotation.getValue()
Get the "value" field of the annotation.
|
Object |
FrankAnnotation.getValueOf(String fieldName) |
Copyright © 2022 Ibissource.org. All rights reserved.