View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]