public interface AnnotatedTypeFormatter
AnnotationFormatter| Modifier and Type | Method and Description |
|---|---|
String |
format(AnnotatedTypeMirror type)
Formats type into a String.
|
String |
format(AnnotatedTypeMirror type,
boolean printInvisibles)
Formats type into a String.
|
@SideEffectFree String format(AnnotatedTypeMirror type)
type - The type to be convertedInvisibleQualifier@SideEffectFree String format(AnnotatedTypeMirror type, boolean printInvisibles)
type - The type to be convertedprintInvisibles - whether or not to print invisible annotationsInvisibleQualifier