-
From @j-baker:
It seems like the schema generation code needs better tests if you want to take contributions. I'd recommend taking a look at https://github.com/google/FreeBuilder if you want some ins…
-
### Expected behavior
When I use a FreeBuilder interface/abstract class as a target of a mapper, I expect mapstruct to use the builder to construct the instance of that interface/abstract class.
###…
-
Using Freebuilder (https://github.com/inferred/FreeBuilder) I build an interface of an object that I can serialize into Json. Using the JsonDeserialize tag, I can point to the inner Builder class to g…
-
How can I install in vscode freebuilder ?
-
The README.md says it does support GSON. Can there be an example?
-
Upgrade FreeBuilder to 2.3.0.
Apply primitive optional support in model objects, e.g. change change `Optional` to `OptionalInt`.
-
As mentioned in #988 the inheritance doesn't work that isn't the case here
https://github.com/google/FreeBuilder
-
Hi, when annotating a method for freebuilder 1.12.3 like so:
```
package com.beantest.freebuilder;
import org.inferred.freebuilder.FreeBuilder;
import javax.annotation.CheckForNull;
import ja…
-
We can use for example [FeeBuilder](https://github.com/google/FreeBuilder).
-
Hello,
while preparing a codebase for the migration to Java 21, we noticed that when you use Freebuilder with default values as described in the README
```java
public Builder() {
// Set…