naveensangita
Programmer
please show simple example on javaclass adapter.
If a method in a class returns single value,is Run() necessary?
If not, show simple scenario with out Run().
In the examples given in tutorial it is complex.
(When only one return value is selected in the importer, and that value is a
primitive type (for example, int) or a string. That value is returned without any
other syntax. This simplifies mapping, since that value does not require further
parsing.)
What does the above para means , Run() is required or not for when only one return value is selected.
If a method in a class returns single value,is Run() necessary?
If not, show simple scenario with out Run().
In the examples given in tutorial it is complex.
(When only one return value is selected in the importer, and that value is a
primitive type (for example, int) or a string. That value is returned without any
other syntax. This simplifies mapping, since that value does not require further
parsing.)
What does the above para means , Run() is required or not for when only one return value is selected.