🏀 The Fluent Tool
is a plugin that can help you to generate and format the Java fluent method,
setter and constructor code.
- Format the Java code in fluent style
- Generate the fluent called methods
- Generate the fluent setter for Java bean (similar to
lombok @Accessors
) - Generate the fluent static constructor for Java bean
- Generate the fluent method template for Java class
Select the Java code > Alt+Enter > select Fluent format
Cursor at the end of Java method call > Alt+Enter > select Fluent call
In your Java class file > Alt+Insert > select Fluent Setter
In your Java class file > Alt+Insert > select Fluent Static Constructor
In your Java class file > Alt+Insert > select Fluent Method
Fluent Setter: https://github.com/TwinProduction/intellij-fluent-setter-generator