@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface FluentSender
| Modifier and Type | Optional Element and Description |
|---|---|
String |
className
Specify the generated class name.
|
String |
factoryMethod
Specify factory method used to create instances of the fluent parameters builder instead of constructor.
|
String |
methodName
Specify name of the terminal method (method which really does perform the call to the factory method).
|
String |
packageName
Specify package name, where to create the generated class.
|
String |
setterNameGroup
Specify regex group, which should contain the name of the setter within the original method name.
|
String |
setterPattern
Specify prefixes of setter methods.
|
public abstract String packageName
public abstract String className
public abstract String methodName
public abstract String factoryMethod
public abstract String setterPattern
public abstract String setterNameGroup
Copyright © 2019. All rights reserved.