ModelMapper icon indicating copy to clipboard operation
ModelMapper copied to clipboard

An android library to map json string to model objects automatically based on annotations.

Results 1 ModelMapper issues
Sort by recently updated
recently updated
newest added

`ModelMapper.getInstance().generate(User.class, json);` does not compile. I think because `public class InvalidCallbackMethodException extends org.springframework.http.converter.HttpMessageNotReadableException` Which is in `compile 'org.springframework.android:spring-android-rest-template:1.0.1.RELEASE'` Would be possible to use `ModelMapper` without any spring dependency?