java-records
There are 17 repositories under java-records topic.
Randgalt/record-builder
Record builder generator for Java records
dvgaba/easy-random
The simple, stupid random Java beans/records generator
Randgalt/expressive-java
Example of matching Scala's case class expressiveness in Java 8, Java 15 and Java 17
crschnick/remix
A Java library that puts a new spin on the newly introduced record classes.
pawellabaj/auto-record
Java record source generator
Marcono1234/gson-record-type-adapter-factory
Gson type adapter factory for Java Record classes.
fillmore-labs/value-comparison
Comparison of value objects in Java
oktadev/okta-java-records-example
Java Records Example
S1artie/mapstruct-spi-protobuf
A Mapstruct SPI extension to map protobuf-java classes to POJOs, Immutables, Records and other protobufs
alansastre/java-new-features
Nuevas funcionalidades y características de las últimas versiones de Java
biobob/yasson-records
Minimal example of Java Records serialization and deserialization form and to JSON.
streamlined2/QueryProcessing
Entity beans fetching, joining, filtering, sorting and aggregation
dgroomes/gradle-playground
📚 Learning and exploring Gradle (the Java build tool)
eikemeier/bazel_jdk17
Demonstration for https://github.com/bazelbuild/bazel/issues/14249
hendrixjoseph/opencsv-record-mapping
Plugin to allow Reading and Writing Java Records using OpenCsv
mvpjava/java-records-tutorial
Tutorial on Java 14’s data records (a preview feature)
ParadoxV5/Java-16-Record-example
An example system that demonstrates the `record` type experimental since Java 14 and definitely added in Java 16.