public class CreatorBuilder extends Object
| Constructor and Description |
|---|
CreatorBuilder(String name) |
| Modifier and Type | Method and Description |
|---|---|
CreatorBuilder |
addArgument(Argument argument) |
CreatorBuilder |
addArgument(Type type,
String name,
List<Annotation> annotations) |
CreatorBuilder |
annotation(Annotation annotations) |
Creator |
build() |
CreatorBuilder |
setFactory(Argument factory) |
public CreatorBuilder(String name)
public CreatorBuilder annotation(Annotation annotations)
public Creator build()
public CreatorBuilder setFactory(Argument factory)
public CreatorBuilder addArgument(Type type, String name, List<Annotation> annotations)
public CreatorBuilder addArgument(Argument argument)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.