Last Version

Sumatera 1.0.22

@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.

License

License

GroupId

GroupId

io.github.febialfarabi
ArtifactId

ArtifactId

sumatera
Version

Version

1.0.22
Type

Type

jar
Description

Description

Sumatera
@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

https://github.com/febiAlfarabi/pojoing
Source Code Management

Source Code Management

https://github.com/febiAlfarabi/pojoing

Download sumatera 1.0.22


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.