This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = example.outputs().convert(MyClass.class);
```.public JsonValue _outputs()This arbitrary value can be deserialized into a custom type using the convert method:
MyClass myObject = example.outputs().convert(MyClass.class);