public interface ItemDataObjectBinderIf
Modifier and Type | Method and Description |
---|---|
ItemResponse |
bind(ItemResponse bindable)
Implement your conversion logic here.
|
ItemResponse bind(ItemResponse bindable)
bindable
- The data should be available in the item response. If the developer did everything
correctly, the data should be in getParsedData().