|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of entity beanpublic interface JsonWriteBeanVisitor<T>
Allows for customising the JSON write processing.
You can use this to add raw JSON content via JsonWriter.
You register a JsonWriteBeanVisitor with JsonWriteOptions.
JsonWriteOptions| Method Summary | |
|---|---|
void |
visit(T bean,
JsonWriter jsonWriter)
Visit the bean that has just been writing it's content to JSON. |
| Method Detail |
|---|
void visit(T bean,
JsonWriter jsonWriter)
bean - the bean that has been writing it's contentjsonWriter - the JsonWriter which you can append custom json content to if
you wish.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||