Overview
Explore the power of Java records in this 20-minute video tutorial from JetBrains. Dive into five practical examples designed for busy developers, covering the syntax, semantics, features, and limitations of records. Learn when and how to use records effectively, including their application with pattern matching and sealed classes. Discover how to create concise domain values, define expressive data models, refactor methods using local records, integrate records with frameworks and libraries, and implement powerful data processing techniques. Gain insights into Java 19's capabilities and enhance your coding efficiency with IntelliJ IDEA.
Syllabus
- Intro
- Concise, clean and simple way to define domain values
- Defining expressive data models
- Refactoring methods by using local records
- Using records with Frameworks or libraries
- Powerful and concise data processing
Taught by
IntelliJ IDEA by JetBrains