License |
License |
---|---|
GroupId | GroupIdio.github.febialfarabi |
ArtifactId | ArtifactIdsumatera |
Version | Version1.0.22 |
Type | Typejar |
Description |
DescriptionSumatera
@Sumatera
Model converter from ORM class to regular pojo class, the ORM term is a modelling class that doesn't like regular pojo, such like @Entity from JPA/Hibernate and so on.
It can be used for mapping regular object, post data in request body where you cannot put ORM class directly in a parameter, or you cannot convert to json directly, or any other problem regarding it.
You don't need anymore to create duplicate Dto / Pojo class which represent ORM class, just write your ORM class and annotate it with @Sumatera, then the regular pojo class would be generated for you.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sumatera-1.0.22.pom | |
sumatera-1.0.22.jar | 5 MB |
sumatera-1.0.22-sources.jar | 12 KB |
sumatera-1.0.22-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.febialfarabi/sumatera/ -->
<dependency>
<groupId>io.github.febialfarabi</groupId>
<artifactId>sumatera</artifactId>
<version>1.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.febialfarabi/sumatera/
implementation 'io.github.febialfarabi:sumatera:1.0.22'
// https://jarcasting.com/artifacts/io.github.febialfarabi/sumatera/
implementation ("io.github.febialfarabi:sumatera:1.0.22")
'io.github.febialfarabi:sumatera:jar:1.0.22'
<dependency org="io.github.febialfarabi" name="sumatera" rev="1.0.22">
<artifact name="sumatera" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.febialfarabi', module='sumatera', version='1.0.22')
)
libraryDependencies += "io.github.febialfarabi" % "sumatera" % "1.0.22"
[io.github.febialfarabi/sumatera "1.0.22"]