-
- [[Java] Lombok 사용법](https://phantom.tistory.com/63)
-
https://minholee93.tistory.com/entry/ERROR-Cannot-construct-instance-of-no-Creators-like-default-construct-exist-cannot-deserialize-from-Object-value-no-delegate-or-property-based-Creator
-
Hello,
I am trying to achieve something like this
@Builder
@NoArgsConstructor
@AllArgsConstructor
@EqualsAndHashCode
@Data
public class User {
priv…
-
We need to use Lombok in like, everything.
phase updated
9 years ago
-
Hello,
Is there a way to test builder auto generated with the Lombok annotation @Builder ?
Thx,
Th.
-
Hi,
I think this has been requested before. But since mapstruct seems to have found a solution for lombok integration:
http://mapstruct.org/news/2017-02-20-mapstruct-1_2_0_Beta1-is-out-with-lombok-s…
-
https://github.com/Sunagatov/OrderManagementSystem/blob/fcca514335efdc726a51c3a554f5cd8f756b23e0/src/main/java/com/zufar/model/Order.java#L117
Поддержка руками написанных equals, getters и tostring…
-
Hi William,
Would you be open to introducing Lombok as a dependency to the project? It would remove quite a bit of boilerplate code with your beans (classes under your "domain" folder).
I don…
-
- use annotation @Getter and @Setter
- use @Slf4j (for logging)
-
* В целом Kotlin и Java могут сосуществовать в одном проекте/модуле, но дьявол, как всегда, в деталях.
* Lombok будет не нужен, есть `data class`. При совсем плохом кейсе можно вроде бы юзать `record…