Standard Java restrictions
There are restrictions on the use of standard Java constructions due to security reasons. The mapper's Java editor does not know these restrictions, so you will not get any contextual help when writing standard Java code. If you use restricted standard Java code in a mapping, you will get an error message in the mapper console when you generate or publish the mapping. The white list is linked in this document.
Example:
Code type | Line |
---|---|
Old code: |
|
New code: |
|