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 transform-plugins-2.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
co.cask.hydrator.plugin
├─ co.cask.hydrator.plugin.CSVFormatter.class - [JAR]
├─ co.cask.hydrator.plugin.CSVParser.class - [JAR]
├─ co.cask.hydrator.plugin.CloneRecord.class - [JAR]
├─ co.cask.hydrator.plugin.Compressor.class - [JAR]
├─ co.cask.hydrator.plugin.Decoder.class - [JAR]
├─ co.cask.hydrator.plugin.Decompressor.class - [JAR]
├─ co.cask.hydrator.plugin.Decryptor.class - [JAR]
├─ co.cask.hydrator.plugin.Encoder.class - [JAR]
├─ co.cask.hydrator.plugin.Encryptor.class - [JAR]
├─ co.cask.hydrator.plugin.FileBasedFieldEncryptor.class - [JAR]
├─ co.cask.hydrator.plugin.Hasher.class - [JAR]
├─ co.cask.hydrator.plugin.JSONFormatter.class - [JAR]
├─ co.cask.hydrator.plugin.JSONParser.class - [JAR]
├─ co.cask.hydrator.plugin.Normalize.class - [JAR]
├─ co.cask.hydrator.plugin.NullFieldSplitter.class - [JAR]
├─ co.cask.hydrator.plugin.UnionSplitter.class - [JAR]
├─ co.cask.hydrator.plugin.ValueMapper.class - [JAR]
├─ co.cask.hydrator.plugin.XMLMultiParser.class - [JAR]
├─ co.cask.hydrator.plugin.XMLParser.class - [JAR]
├─ co.cask.hydrator.plugin.XMLToJSON.class - [JAR]