public class POJOAnnotationFormatter extends java.lang.Object implements AnnotationArgumentFormatter<POJOFormat>
AnnotationArgumentFormatter that is used by the POJOFormat
annotation| Constructor and Description |
|---|
POJOAnnotationFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.Object obj,
POJOFormat annotation)
Format a single argument by taking the given annotation into account.
|
public java.lang.String format(java.lang.Object obj,
POJOFormat annotation)
AnnotationArgumentFormatterformat in interface AnnotationArgumentFormatter<POJOFormat>obj - the object to formatannotation - the annotation the parameter was annotated with