getParameters

@Inject
abstract fun getParameters(): T(source)

The object provided by getParameters when registering the artifact transform.

Do not implement this method in your subclass. Gradle provides the implementation when registering the transform action via registerTransform.