public interface AnnotatedTypeFormatter
AnnotationFormatter| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(AnnotatedTypeMirror type)
Formats type into a String.
|
java.lang.String |
format(AnnotatedTypeMirror type,
boolean printVerbose)
Formats type into a String.
|
@SideEffectFree java.lang.String format(AnnotatedTypeMirror type)
type - the type to be convertedInvisibleQualifier@SideEffectFree java.lang.String format(AnnotatedTypeMirror type, boolean printVerbose)
type - the type to be convertedprintVerbose - whether or not to print verboselyInvisibleQualifier