jar

com.github.manishahluwalia : cloner

Maven & Gradle

Jan 12, 2015

Recursive Reflexive Cloner · A thread-safe scheme to: - Make deep or shallow clones of objects. Based on either annotations or configuration - Allow for subsets of fields to selectively be copied / or not copied depending on runtime constraints - Optimizations for copying for GWT RPC

Table Of Contents

Latest Version

Download com.github.manishahluwalia : cloner JAR file - Latest Versions:

All Versions

Download com.github.manishahluwalia : cloner JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 cloner-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.gh.manishahluwalia.cloner.annotations

├─ com.gh.manishahluwalia.cloner.annotations.Clone.class - [JAR]

├─ com.gh.manishahluwalia.cloner.annotations.CopyFromClient.class - [JAR]

├─ com.gh.manishahluwalia.cloner.annotations.DoNotClone.class - [JAR]

├─ com.gh.manishahluwalia.cloner.annotations.Projection.class - [JAR]

├─ com.gh.manishahluwalia.cloner.annotations.ReflexivelyClonable.class - [JAR]

com.gh.manishahluwalia.cloner.impl

├─ com.gh.manishahluwalia.cloner.impl.Cloner.class - [JAR]

├─ com.gh.manishahluwalia.cloner.impl.CloningDisposition.class - [JAR]

├─ com.gh.manishahluwalia.cloner.impl.CloningError.class - [JAR]

├─ com.gh.manishahluwalia.cloner.impl.RecursiveReflexiveCloner.class - [JAR]