Class TypeStringifier

All Implemented Interfaces:
TypeVisitor<String,​UnaryOperator<String>>

public class TypeStringifier
extends SimpleTypeVisitor8<String,​UnaryOperator<String>>
The TypeStringifier converts TypeMirrors into Strings while also applying an unary operation, such as shortening fully qualified package names. TODO: this class was added but then turned out to be unnecessary when its functionality was integrated into the TypeConverter; for now, it is left in the code base as a nice example for leveraging the SimpleTypeVisitor8, but it should be removed if it turns out that will not be needed ever again
Author:
Mirko Raner