You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Krrish Ghimire
3d909c3632
|
5 years ago | |
---|---|---|
build/libs | 5 years ago | |
gradle/wrapper | 5 years ago | |
src/np/com/krrish | 5 years ago | |
test/np/com/krrish | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
build.gradle | 5 years ago | |
gradlew | 5 years ago | |
gradlew.bat | 5 years ago | |
settings.gradle | 5 years ago |
README.md
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);