🆕 Use Mapper in Another Mapper with Mapstruct and Java
https://www.baeldung.com/java-mapstruct-nested-mapping
https://www.baeldung.com/java-mapstruct-nested-mapping
Baeldung
Use Mapper in Another Mapper with Mapstruct and Java | Baeldung
A quick and practical guide to constructing complex nested mappers with MapStruct.
🆕 Parsing Date Strings with Varying Formats
https://www.baeldung.com/java-parsing-dates-many-formats
https://www.baeldung.com/java-parsing-dates-many-formats
Baeldung
Parsing Date Strings with Varying Formats | Baeldung
Explore strategies for parsing multiple date formats at once.
🆕 Difference Between th:text and th:value in Thymeleaf
https://www.baeldung.com/java-thymeleaf-text-vs-value
https://www.baeldung.com/java-thymeleaf-text-vs-value
Baeldung
Difference Between th:text and th:value in Thymeleaf | Baeldung
Understand the differences between the th:text and th:value Thymeleaf attributes.
🆕 Analyze, Generate and Transform Code Using Spoon in Java
https://www.baeldung.com/java-spoon-analyze-generate-transform-code
https://www.baeldung.com/java-spoon-analyze-generate-transform-code
Baeldung
Analyze, Generate and Transform Code Using Spoon in Java | Baeldung
Learn how to use the Spoon library to analyze and modify Java source code.
🆕 Integer.parseInt(scanner.nextLine()) and scanner.nextInt() in Java
https://www.baeldung.com/java-scanner-integer
https://www.baeldung.com/java-scanner-integer
Baeldung on Kotlin
Integer.parseInt(scanner.nextLine()) and scanner.nextInt() in Java | Baeldung
Learn the differences between Integer.parseInt(Scanner.nextLine()) and Scanner.nextInt() through examples.
🆕 Getting the Text That Follows After the Regex Match in Java
https://www.baeldung.com/java-regex-text-after-match
https://www.baeldung.com/java-regex-text-after-match
Baeldung
Getting the Text That Follows After the Regex Match in Java | Baeldung
Learn two variations on the problem of extracting text that follows after a regex match and how to do it using Java.
🆕 @StandardException Annotation in Lombok
https://www.baeldung.com/lombok-standardexception-annotation
https://www.baeldung.com/lombok-standardexception-annotation
Baeldung
@StandardException Annotation in Lombok | Baeldung
This article introduces the @StandardException annotation in Java's Lombok library that generates constructors for exception classes, avoiding writing duplicate code.