Skip to content

Errors_CSFM_GETTER_NOT_FOUND

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.

example

Clone this wiki locally