How can I get spring data to save a "getter" as a mongodb field?
Question: How can I get spring data to save a "getter" as a mongodb field? Context: The Score java object has a 'getAverageFare()' method that performs calculations Another object (i.e which implements @Document) has Score as a field The goal:…