Interface JsoneableModel
- All Known Implementing Classes:
 SbPilotPayment
public interface JsoneableModel
- 
Method Summary
 
- 
Method Details
- 
getAllFields
 - 
toJson
 - 
toJson
 - 
setField
static void setField(Object obj, Class<?> clazz, String fieldName, Object value) throws IllegalArgumentException, IllegalAccessException, NoSuchFieldException  - 
fromJson
 
 -