| Class | Description |
|---|---|
| IsDataClassWithDefaultValuesPredicate |
Tests whether a class is a data class (based on this answer:
https://discuss.kotlinlang.org/t/detect-data-class-in-runtime/6155/2)
and whether the class has default values for fields (default values leads to having multiple constructors in bytecode)
|
| KotlinCompilationProvider | |
| KotlinProcessor |
Copyright © 2021 JBoss by Red Hat. All rights reserved.