Searched defs:TypeMirror (Results 1 – 3 of 3) sorted by relevance
26 fun TypeMirror.defaultValue(): String { in TypeMirror() method
111 fun TypeMirror.isCollection(): Boolean { in TypeMirror() method208 fun TypeMirror.extendsBound(): TypeMirror? { in extendsBound() method220 fun TypeMirror.extendsBoundOrSelf(): TypeMirror { in TypeMirror() method
32 fun TypeMirror.typeName() = TypeName.get(this) in KClass() method