[smawrf]
- verb
The act of safely morphing (convert, transform, format) common java types using fluent and null-safe expressions.
- noun
A tiny java utility that eases the process of writing null-safe converter code in a fluent fashion.
This package is available on Maven central. The artifact is as follows:
Gradle:
dependencies {
compile(group: "com.github.kschulst", name: "smorph", version: "yourVersionHere");
}
Maven:
<dependency>
<groupId>com.github.kschulst</groupId>
<artifactId>smorph</artifactId>
<version>your-version-here</version>
</dependency>