Details
Description
Mapper<T> and Marshaller implementations use reflection to retrieve object fields. We should cache results when possible.
For example:
- IdentityMapper instances can be cached by Class
- Marshaller instances can be cached by Class + Schema when using IdentityMapper
See TODOs in code with "IGNITE-16094".
Attachments
Issue Links
- is related to
-
IGNITE-14971 Thin 3.0: Add RecordView
- Resolved
- links to