bob icon indicating copy to clipboard operation
bob copied to clipboard

Java annotation processor for builder generation (plain source code, no bytecode weaving)

Results 7 bob issues
Sort by recently updated
recently updated
newest added

See for more information: https://www.baeldung.com/junit-5-conditional-test-execution#java-runtime-environment-condition

Sometimes the selected constructor can set many fields. In those cases it might be feasible to opt out some fields from being mandatory when using the STRICT strategy. Fields can...

enhancement
help wanted
good first issue

Add a releasable maven module `bob-validation` that is able to process **jakarta-validation** annotations. The end result should be a builder that is **jakarta-validation** aware in such a way that it...

help wanted

When `@Buildable(constructorPolicy = ENFORCED)` is being applied and there are multiple constructor parameters not set within the build process then an `MandatoryFieldMissingException` is being thrown **only for the first encounter...

enhancement
help wanted
good first issue