T - the type of the object to formatpublic interface AnnotationArgumentFormatter<T extends java.lang.annotation.Annotation>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.Object argumentToFormat,
T annotation)
Format a single argument by taking optional formatter arguments into account.
|
java.lang.String format(java.lang.Object argumentToFormat,
T annotation)
argumentToFormat - the object to formatannotation - the annotation the parameter was annotated with