| Class | Description |
|---|---|
| ClassFilter | |
| InheritanceCollectorFilter |
This is a utility filter that collects the required information that is later used in reporter.
|
| KotlinClassMarkerFilter | |
| KotlinValueClassFilter |
Kotlin value classes are inlined into bytecode to avoid overhead for creating a class instance.
|
| PrivateConstructorOfUtilClassFilter |
Ignore private constructor of class if all other methods are static.
|