You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arnaud Roger edited this page Feb 20, 2016
·
12 revisions
Why ?
When mapping from a source - ie. ResultSet - to an object sfm could not find a getter that would return the type of the property.
Then what?
You will need to provide a custom getter to the framework that will build the specific type from the source object. you can also provide a getter factory that will build a getter based on the field key.