If the data payload of your call will be in the form of a JSON document, then your Vocabulary may need to be configured to match the naming convention of the elements in your JSON payload.
Note: See the Tutorial: Deploy as a Java in-process Server for an example of building the get and set methods that are then packaged into a JAR.

Displaying Java Object Mapping

On the Vocabulary menu, choose Add Document Mapping > Add Java Object Mapping.

Entity Mapping

In an Entity property, the Java package and class names, as well as the Java object field name.

Attribute Mapping

For each attribute, the get and set object methods are displayed, as well as the Java object field name.

Association Mapping

For each association, the get and set object methods are displayed, as well as the Java object field name.