public abstract class DaggerType
extends java.lang.Object
Constructor and Description |
---|
DaggerType() |
Modifier and Type | Method and Description |
---|---|
abstract CompilerEnvironment |
compiler() |
static DaggerType |
fromJava(javax.lang.model.type.TypeMirror typeMirror) |
static DaggerType |
fromKsp(com.google.devtools.ksp.symbol.KSType ksType) |
javax.lang.model.type.TypeMirror |
java() |
com.google.devtools.ksp.symbol.KSType |
ksp() |
java.lang.String |
toString() |
public static DaggerType fromJava(javax.lang.model.type.TypeMirror typeMirror)
public static DaggerType fromKsp(com.google.devtools.ksp.symbol.KSType ksType)
public javax.lang.model.type.TypeMirror java()
public com.google.devtools.ksp.symbol.KSType ksp()
public abstract CompilerEnvironment compiler()
public final java.lang.String toString()
toString
in class java.lang.Object