Giter VIP home page Giter VIP logo

step-builder-generator's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @makasprzak
  • ๐Ÿ‘€ Iโ€™m interested in back-end as well as front-end web development
  • ๐ŸŒฑ Iโ€™m currently learning a bit of Vue.js (have stronger experience in React)
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on a challanging project
  • ๐Ÿ“ซ How to reach me? [email protected]

step-builder-generator's People

Contributors

erdem-aslan avatar makasprzak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

step-builder-generator's Issues

JDK 6 support

Note that IntelliJ IDEA on Mac OS X runs under JDK 6 by default, the plugin will be unavailable for a large portion of the IntelliJ IDEA user base...

Smarter constructor injection

When deciding on constructor injection define fields basing on constructor signature, not properties itself. This way can support constructors that transform i.e. varargs to lists.

lost some fields

Hi, The plugin does not create step builder for fields that don't have setter or setter returns its Class instance(Builder pattern) , for example:

class User{
int id;
String name;
String getName(){
return name;
}
User setName(String name){
this.name = name;
return this;
}
}

Now,try to create step builder, absolutely it won't create step for name.

[edge case] no properties pojo

Given an empty pojo (a class with no fields and just a defualt constructor) the builder class signature is malformed. Additional coma.

Generated interfaces' modifier

Hello,

Thanks for this wonderful plugin, it's quite handy!

Could you remove the static modifier from generated interfaces for related steps?

P.S: Intellij is also giving warning about unnecessary redundancy warning for static modifier.

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.