ClassTransformationSpec

data class ClassTransformationSpec(val cls: Class<*>, val simpleIntercept: Int = 0, val staticIntercept: Int = 0, val constructorIntercept: Int = 0)

Constructors

Link copied to clipboard
constructor(cls: Class<*>, simpleIntercept: Int = 0, staticIntercept: Int = 0, constructorIntercept: Int = 0)

Properties

Link copied to clipboard
val cls: Class<*>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String