android-beans / rocks.frieler.android.beans / BeanDefinition / getType

getType

fun getType(): KClass<T>

Returns the type of the defined bean.

Note: This is a specified or inferred upper boundary for the actual type of the bean, which might also be of a subtype.

Return
the type of the defined bean