Package com.restfb
Annotation Type JsonMapper.JsonMappingCompleted
-
@Target(METHOD) @Retention(RUNTIME) public static @interface JsonMapper.JsonMappingCompleted
If you apply this annotation to a method of a type mapped byJsonMapper
, 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 aFacebookJsonMappingException
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.- Since:
- 1.6.11
- Author:
- Mark Allen