@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface FluentCheck
| 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 |
getterNameGroup
Specify regex group, which should contain the name of the getter within the original method name.
|
String |
getterPattern
Specify prefixes of getter methods.
|
String |
packageName
Specify package name, where to create the generated class.
|
public abstract String packageName
public abstract String className
public abstract String factoryMethod
public abstract String getterPattern
public abstract String getterNameGroup
Copyright © 2019. All rights reserved.