hooks property

List<MappingHook> hooks
final

The provided MappingHook. These will be applied for both encoding and serialization in the following order: first.beforeDecode -> second.beforeDecode -> ... -> decode -> ... -> second.afterDecode -> first.afterDecode.

Implementation

final List<MappingHook> hooks;