| 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 boolean |
Utils.isAttributeGetterOrSetter(FrankMethod method) |
static boolean |
Utils.isConfigChildSetter(FrankMethod method) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplyInheritedMethodPlaceholder
Placeholder for a method that is inherited from the superclass and also from interfaces in the
implements clause of a Java class. |
| Modifier and Type | Method and Description |
|---|---|
FrankMethod[] |
FrankClass.getDeclaredAndInheritedMethods() |
FrankMethod[] |
FrankClass.getDeclaredMethods() |
FrankMethod[] |
FrankClass.getDeclaredMethodsAndMultiplyInheritedPlaceholders() |
Copyright © 2022 Ibissource.org. All rights reserved.