What is PojoBuilder?

The PojoBuilder Generator is a Java 6 compliant annotation processor that generates a fluent builder class for POJOs (Plain Old Java Object).

The generated builder provides:

  • a fluent interface for specifying values for the pojo’s properties in a DSL like manner
  • and a “build()” method for creating a new pojo instance with these values.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/mkarneim/pojobuilder
  • Resource Maker: Michael Karneim
  • Mobile Platform Destination: Android Apps
  • Mobile Platform Support: Native Android
  • Programming Languages: Java
  • Gradle: net.karneim:pojobuilder:4.2.3