Package com.restfb

Annotationstyp JsonMapper.JsonMappingCompleted

Umschließende Schnittstelle:
JsonMapper

If you apply this annotation to a method of a type mapped by JsonMapper, it will be called after the mapping operation has been completed.

The method you specify must take 0 parameters or a single JsonMapper parameter. Any other signature will cause a FacebookJsonMappingException to be thrown.

This is useful if you'd like to perform a custom post-mapping task, like massaging the data Facebook returns or custom mapping of fields JsonMapper isn't equipped to handle yet.

Seit:
1.6.11
Autor:
Mark Allen