jar

com.madzera.happytree : happytree

Maven & Gradle

Dec 27, 2020
7 stars

happytree · Java Object Model API to handle Java Objects in a tree structure. Be able to transform a linear structure of objects with a tree behavior into a real tree structure and handle them as if it were nodes in a tree.

Table Of Contents

Latest Version

Download com.madzera.happytree : happytree JAR file - Latest Versions:

All Versions

Download com.madzera.happytree : happytree JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window happytree-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.madzera.happytree.annotation

├─ com.madzera.happytree.annotation.Id.class - [JAR]

├─ com.madzera.happytree.annotation.Parent.class - [JAR]

├─ com.madzera.happytree.annotation.Tree.class - [JAR]

com.madzera.happytree.exception

├─ com.madzera.happytree.exception.TreeException.class - [JAR]

com.madzera.happytree.core.atp

├─ com.madzera.happytree.core.atp.ATPConstants.class - [JAR]

├─ com.madzera.happytree.core.atp.ATPFactory.class - [JAR]

├─ com.madzera.happytree.core.atp.ATPGenericPhase.class - [JAR]

├─ com.madzera.happytree.core.atp.ATPPipelineAttributes.class - [JAR]

├─ com.madzera.happytree.core.atp.ATPReflectionUtil.class - [JAR]

├─ com.madzera.happytree.core.atp.ATPRepositoryMessage.class - [JAR]

├─ com.madzera.happytree.core.atp.Binding.class - [JAR]

├─ com.madzera.happytree.core.atp.Extraction.class - [JAR]

├─ com.madzera.happytree.core.atp.Initialization.class - [JAR]

├─ com.madzera.happytree.core.atp.PostValidation.class - [JAR]

├─ com.madzera.happytree.core.atp.PreValidation.class - [JAR]

com.madzera.happytree

├─ com.madzera.happytree.Element.class - [JAR]

├─ com.madzera.happytree.TreeManager.class - [JAR]

├─ com.madzera.happytree.TreeSession.class - [JAR]

├─ com.madzera.happytree.TreeTransaction.class - [JAR]

com.madzera.happytree.core

├─ com.madzera.happytree.core.ATPLifecycle.class - [JAR]

├─ com.madzera.happytree.core.ATPPhase.class - [JAR]

├─ com.madzera.happytree.core.Cache.class - [JAR]

├─ com.madzera.happytree.core.ElementState.class - [JAR]

├─ com.madzera.happytree.core.HappyTree.class - [JAR]

├─ com.madzera.happytree.core.Operation.class - [JAR]

├─ com.madzera.happytree.core.Recursivity.class - [JAR]

├─ com.madzera.happytree.core.TreeConstants.class - [JAR]

├─ com.madzera.happytree.core.TreeCopyValidator.class - [JAR]

├─ com.madzera.happytree.core.TreeCutValidator.class - [JAR]

├─ com.madzera.happytree.core.TreeElementCore.class - [JAR]

├─ com.madzera.happytree.core.TreeElementValidator.class - [JAR]

├─ com.madzera.happytree.core.TreeFactory.class - [JAR]

├─ com.madzera.happytree.core.TreeManagerCore.class - [JAR]

├─ com.madzera.happytree.core.TreeMandatoryValidator.class - [JAR]

├─ com.madzera.happytree.core.TreePersistValidator.class - [JAR]

├─ com.madzera.happytree.core.TreePipeline.class - [JAR]

├─ com.madzera.happytree.core.TreePipelineAttributes.class - [JAR]

├─ com.madzera.happytree.core.TreeRemoveValidator.class - [JAR]

├─ com.madzera.happytree.core.TreeRepositoryMessage.class - [JAR]

├─ com.madzera.happytree.core.TreeSessionCore.class - [JAR]

├─ com.madzera.happytree.core.TreeSessionValidator.class - [JAR]

├─ com.madzera.happytree.core.TreeTransactionCore.class - [JAR]

├─ com.madzera.happytree.core.TreeUpdateValidator.class - [JAR]

├─ com.madzera.happytree.core.TreeValidator.class - [JAR]

├─ com.madzera.happytree.core.TreeValidatorFacade.class - [JAR]

Advertisement