Browse Source

Add README.md

master
krrishg 5 years ago
parent
commit
4595a00421
  1. 9
      README.md

9
README.md

@ -0,0 +1,9 @@
# Where to get the library?
Download the jar file from build/libs and include it in your project
# How to use?
import np.com.krrish.Mapper;
DestinationObject destinationObject = (DestinationObject) Mapper.map(sourceObject, DestinationObject.class);
Loading…
Cancel
Save