| Package | Description |
|---|---|
| configuration | |
| templateInput | |
| templateInput.definition |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultAdjusters.removeMethodIf(ClassContainer parameters,
java.util.function.Function<MethodDefinition,Boolean> removeIfTrue)
Removes all methods inside the
ClassContainer for which the input function returns true. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends MethodDefinition> |
ClassContainer.getConstructors() |
List<? extends MethodDefinition> |
ClassContainer.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassContainer.setConstructors(List<MethodDefinition> constructors) |
void |
ClassContainer.setMethods(List<? extends MethodDefinition> methods) |
| Modifier and Type | Method and Description |
|---|---|
MethodDefinition |
MethodDefinition.Builder.build() |
Copyright © 2019. All rights reserved.