api / org.gradle.tooling.provider.model / ParameterizedToolingModelBuilder / getParameterType

getParameterType

abstract fun getParameterType(): Class<T>

Returns the expected type of the parameter. It should be an interface with only getters and setters.

Return
The type of the parameter.