Skip to content

sdqali/freebuilder-intellij-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

FreeBuilder IntelliJ Plugin

This plugin makes it easy to apply FreeBuilder annotations and create the necessary Builder classes on to a Java class.

The plugin's action can be invoked from the Tools menu or by searching for Apply FreeBuilder in the Actions search (Cmd-Shift-A).

Every invocation of the action results in the following:

  • If the current class does not have a FreeBuilder annotation, it adds it.
  • If the current class does not contain a child class named Builder, it creates it.
  • Adds a JsonDeserialiaze annotation to the class if it is not already present.
  • Adds a JsonIgnoreProperties(ignoreUnknown = true) annotation to the Builder child class if it is not already present.
  • Forces a project rebuild so that the Builder class gets resolved.

About

A plugin that adds an action to wrap a Java class with anntations and Builders needed for FreeBuilder.

Resources

Stars

Watchers

Forks

Packages

No packages published