| Package | Description |
|---|---|
| net.anwiba.tools.generator.java.bean.configuration |
| Modifier and Type | Method and Description |
|---|---|
Argument |
Creator.factory() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Argument> |
AbstractMethod.arguments() |
| Modifier and Type | Method and Description |
|---|---|
CreatorBuilder |
CreatorBuilder.addArgument(Argument argument) |
CreatorBuilder |
CreatorBuilder.setFactory(Argument factory) |
| Constructor and Description |
|---|
Creator(String name,
boolean isEnabled,
List<Annotation> annotations,
Argument factory,
List<Argument> arguments) |
Setter(String name,
boolean isEnabled,
boolean isSingleValue,
boolean isMultiValue,
List<Annotation> annotations,
Argument argument,
Map<String,List<Annotation>> map) |
| Constructor and Description |
|---|
AbstractBeanMethod(String name,
boolean isEnabled,
List<Annotation> annotations,
List<Argument> arguments,
Map<String,List<Annotation>> parameterAnnotations) |
AbstractMethod(String name,
List<Annotation> annotations,
List<Argument> arguments,
Map<String,List<Annotation>> parameterAnnotations) |
Creator(String name,
boolean isEnabled,
List<Annotation> annotations,
Argument factory,
List<Argument> arguments) |
ValuePairSetter(String name,
boolean isEnabled,
List<Annotation> annotations,
List<Argument> arguments) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.