Type

class Type(typeMirror: TypeMirror, typeMirrorAsString: String)

This helps to memoize the look up of a type's information.

Constructors

Type
Link copied to clipboard
fun Type(typeMirror: TypeMirror, typeMirrorAsString: String)

Types

TypeEnum
Link copied to clipboard
enum TypeEnum : Enum<Type.TypeEnum>

Properties

typeEnum
Link copied to clipboard
val typeEnum: Type.TypeEnum
typeMirror
Link copied to clipboard
val typeMirror: TypeMirror
typeMirrorAsString
Link copied to clipboard
val typeMirrorAsString: String
typeName
Link copied to clipboard
val typeName: TypeName