direction property
Specifies whether this mapper should handle serialization, deserialization, or both.
This is only used when custom mappers are specified (via .namedMapper(),
.mapper(), or .mapperInstance() constructors). For standard constructors,
specialized constructors like .deserializeOnly() should be used instead.
Implementation
final MapperDirection? direction;