jar

co.nlighten : json-transform-core

Maven & Gradle

Apr 08, 2024
2 stars

json-transform-core · Core library for JSON transformation

Table Of Contents

Latest Version

Download co.nlighten : json-transform-core JAR file - Latest Versions:

All Versions

Download co.nlighten : json-transform-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 json-transform-core-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

co.nlighten.jsontransform

├─ co.nlighten.jsontransform.JsonTransformer.class - [JAR]

├─ co.nlighten.jsontransform.ParameterResolver.class - [JAR]

co.nlighten.jsontransform.functions.annotations

├─ co.nlighten.jsontransform.functions.annotations.Aliases.class - [JAR]

├─ co.nlighten.jsontransform.functions.annotations.ArgumentType.class - [JAR]

├─ co.nlighten.jsontransform.functions.annotations.ArgumentsTypes.class - [JAR]

├─ co.nlighten.jsontransform.functions.annotations.DeprecatedAlias.class - [JAR]

├─ co.nlighten.jsontransform.functions.annotations.Documentation.class - [JAR]

├─ co.nlighten.jsontransform.functions.annotations.InputType.class - [JAR]

├─ co.nlighten.jsontransform.functions.annotations.OutputType.class - [JAR]

├─ co.nlighten.jsontransform.functions.annotations.TypeIsPiped.class - [JAR]

co.nlighten.jsontransform.functions

├─ co.nlighten.jsontransform.functions.ArgType.class - [JAR]

├─ co.nlighten.jsontransform.functions.FunctionContext.class - [JAR]

├─ co.nlighten.jsontransform.functions.FunctionMatchResult.class - [JAR]

├─ co.nlighten.jsontransform.functions.TransformerFunction.class - [JAR]