List Question
20 TechQA 2024-01-22T21:13:33.613000Composition problem with Java Record canonical constructor
104 views
Asked by Tashkhisi
Java 21 ObjectMapper not working with Records
253 views
Asked by Ebad
How to translate HttpResponse JSON to Java 17 record directly
146 views
Asked by Stanislav Ivanov
How to populate a JavaFX TableView with data using Java Record with Data from a Database
100 views
Asked by GQ16
Are records syntactic sugar for classes?
2.5k views
Asked by kalx11
Deserialize a JSON array to a data class or record
158 views
Asked by Jake
How to solve EI_EXPOSE_REP in records for Lists
543 views
Asked by lsteffen
Mapping values from application.yml to Java record class but value is null
241 views
Asked by user842225
MapStruct record to record mapping does not work
1.7k views
Asked by Andreas Schouten
Annotation-processor based builder pattern with Java 14 records
259 views
Asked by y2k-shubham
Fail to instantiate Java Record annotated with @ConfigurationProperties
152 views
Asked by Sudhir Kumar
Make record truly immutable even a field is a collection
272 views
Asked by hibbelig
How many fields can a Java record hold?
562 views
Asked by Basil Bourque
does serialVersionUID make sense in a java record?
426 views
Asked by banan3'14
Java records and default/derived finalized properties
844 views
Asked by nimo23
How to hide constructor on a Java record that offers a public static factory method?
1.9k views
Asked by Basil Bourque
Java records: How to create test fixtures with defaults?
1.2k views
Asked by Elias Strehle
java record with mutable properties (like set or list) with equals()
272 views
Asked by nimo23
DynamoDB Enhanced Client API support for Java records
1k views
Asked by Garret Wilson
Avoiding Javadoc duplication in Java records
367 views
Asked by Garret Wilson