4308468c60
* Squashed commit of the following: commit b31955df9638a6217a804e61faa230d8eacb293b Author: Juan Moreno <earth001@gmail.com> Date: Wed Feb 21 22:45:52 2018 -0300 Sample code for BAEL-1159 - Working with Kotlin and JPA - earth001@gmail.com * Squashed commit of the following: commit 4e6e27c914a401ee6bc599c7ffe913384137646a Author: Juan Moreno <earth001@gmail.com> Date: Wed Feb 21 23:26:20 2018 -0300 Fix package names commit b31955df9638a6217a804e61faa230d8eacb293b Author: Juan Moreno <earth001@gmail.com> Date: Wed Feb 21 22:45:52 2018 -0300 Sample code for BAEL-1159 - Working with Kotlin and JPA - earth001@gmail.com * Added sample with null fields * Removed unused dependency * BAEL-1159 - Simplified example * Code sample to BAEL-1399 * Code sample to BAEL-1399 * Sample code for BAEL-1399 * Sample code for BAEL-1399 * Sample code for BAEL-1399 * Upgrade to Klaxon 3.0.2, polish test * Added sample with annotations * Upgrade dependencies * Ugrade library version, added JSON Path sample * Reverted changes |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Relevant articles:
- Introduction to the Kotlin Language
- A guide to the “when{}” block in Kotlin
- Comprehensive Guide to Null Safety in Kotlin
- Kotlin Java Interoperability
- Difference Between “==” and “===” in Kotlin
- Generics in Kotlin
- Introduction to Kotlin Coroutines
- Destructuring Declarations in Kotlin
- Kotlin with Mockito
- Lazy Initialization in Kotlin
- Overview of Kotlin Collections API
- Converting a List to Map in Kotlin
- Data Classes in Kotlin
- Delegated Properties in Kotlin
- Sealed Classes in Kotlin
- JUnit 5 for Kotlin Developers
- Extension Methods in Kotlin
- Infix Functions in Kotlin
- Try-with-resources in Kotlin
- HTTP Requests with Kotlin and khttp
- Kotlin Dependency Injection with Kodein
- Regular Expressions in Kotlin
- Objects in Kotlin
- Reading from a File in Kotlin
- Guide to Kotlin @JvmField
- Filtering Kotlin Collections
- Writing to a File in Kotlin