immutables-library Questions
3
Solved
How do I completely disable using "builders" in MapStruct? I don't want to use them at all as they are causing all kinds of issues for me.
I created the service file under META-INF (I would prefer...
Gamaliel asked 12/2, 2019 at 17:25
2
Solved
I use GitHub's Immutables library for Android development, and now I want to give it a try on the backend side as well.
In Android, all I need to to in order to use the library is this:
dependenc...
Wivina asked 17/11, 2017 at 13:40
1
Solved
I'm trying to find a way to use the Immutables library to create data classes for holding the configuration of my Spring Boot application.
My data configuration class is:
@Value.Immutable
@JsonDe...
Parton asked 28/6, 2018 at 6:58
1
Solved
Using immutables-library works fine with java 9 until I add a module-info.java to the project, Immutables*.java will no longer be generated.
To the module-info I add 'requires value' as suggested ...
Isocrates asked 30/9, 2017 at 8:26
1
© 2022 - 2024 — McMap. All rights reserved.