|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface PojoFormat
Specifies formatting information to be used for creating String representations of POJOs.
PojoFormatter| Required Element Summary | |
|---|---|
java.lang.Class<? extends PojoFormatter> |
value
The formatter to use for creating a String representation. |
| Element Detail |
|---|
public abstract java.lang.Class<? extends PojoFormatter> value
String representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||