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