POJO Model Support

Synopsis

In software engineering, a plain old Java object (POJO) is an ordinary Java object, not bound by any special restriction. It contains no logic for storing, presentation, caching, or application specific functionality. Typically it defines its data, its relationship to other POJOs, and access to both.

A collection of application POJOs can be contained in a JAR, WAR, or EAR file.  Each of these are considered archive files.

Note: To effectively parse an archive file to locate its POJOs, Harbormaster requires the specification of the root Java package.

Overview

ExampleLink
Supporting Tool(s)https://www.oracle.com/java/technologies/javase-downloads.html
https://www.jsonschema2pojo.org/
Purpose
Application RefactoringNew Application
YESNO