DOC

io.github.febialfarabi : sumatera

Maven & Gradle

Feb 17, 2021
0 stars

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.

Table Of Contents

Latest Version

Download io.github.febialfarabi : sumatera Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.febialfarabi : sumatera Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file sumatera-1.0.22-javadoc.jar to sumatera-1.0.22-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sumatera-1.0.22-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sumatera-1.0.22-sources.jar" -d "sumatera-1.0.22-javadoc" -subpackages 

Advertisement