DOC

net.sf.nomin : nomin

Maven & Gradle

Nov 11, 2022
290 stars

Nomin Mapping Engine · Nomin is a mapping engine for the Java platform. It provides abilities to transform object trees according to declarative mapping rules. Main features of Nomin are no XML configuration, intuitively looking mapping, using arbitrary expressions and method invocations in mappings, pre and postprocessing right in a mapping listing, customizations. It's applicable for any Java compatible classes, not only JavaBeans.

Table Of Contents

Latest Version

Download net.sf.nomin : nomin Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.nomin : nomin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.2
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file nomin-1.2.2-javadoc.jar to nomin-1.2.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder nomin-1.2.2-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 "nomin-1.2.2-sources.jar" -d "nomin-1.2.2-javadoc" -subpackages 

Advertisement