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.
|
6 years ago | |
---|---|---|
build/libs | 6 years ago | |
gradle/wrapper | 6 years ago | |
src/np/com/krrish | 6 years ago | |
test/np/com/krrish | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
build.gradle | 6 years ago | |
gradlew | 6 years ago | |
gradlew.bat | 6 years ago | |
settings.gradle | 6 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);