`@PersistMethod` annotation with the `type` parameter. When set to `INPUT`, the method will receive a value taken from the specified path `value`. You can use `@Self` as the path to obtain the entire object. In this case, the received type will be `Map<String, Object>`. Set `OUTPUT` to persist the returned value of the method at the specified value path.
`@PersistMethod` annotation with the `type` parameter. When set to `INPUT`, the method will receive a value taken from the specified path `value`. You can use "@Self" as the path to obtain the entire object. In this case, the received type will be `Map<String, Object>`. Set `OUTPUT` to persist the returned value of the method at the specified value path.