jar

com.compilit : compilit-json-patch

Maven & Gradle

Nov 29, 2022
0 stars

Compilit JSON-patch · An implementation RFC 6902 from the IETF. It allows for fine-grained management of the actual allowed patch operations on an entity. Instead of just blindly applying the entire json patch, it enables you to register specific allowed operations for a resource.

Table Of Contents

Latest Version

Download com.compilit : compilit-json-patch JAR file - Latest Versions:

All Versions

Download com.compilit : compilit-json-patch 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 compilit-json-patch-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.compilit.jsonpatch

├─ com.compilit.jsonpatch.ExceptionMessages.class - [JAR]

├─ com.compilit.jsonpatch.JsonPatchDTO.class - [JAR]

├─ com.compilit.jsonpatch.Patchable.class - [JAR]

├─ com.compilit.jsonpatch.PatchableEntity.class - [JAR]

├─ com.compilit.jsonpatch.PrePatchValidator.class - [JAR]