Type Renderer
Renders literals like Types.newParameterizedType(List::class.java, String::class.java). Rendering is pluggable so that type variables can either be resolved or emitted as other code blocks.
abstract class TypeRenderer
Content copied to clipboard
Constructors
TypeRenderer
Link copied to clipboard
fun TypeRenderer()
Content copied to clipboard
Functions
equals
Link copied to clipboard
render
Link copied to clipboard
renderTypeVariable
Link copied to clipboard
abstract fun renderTypeVariable(typeVariable: TypeVariableName): CodeBlock
Content copied to clipboard