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 worker-batch-ingestion-plugin-2.1.1-996.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.cafdataprocessing.worker.ingestion
├─ com.github.cafdataprocessing.worker.ingestion.DocumentWorkerDocumentDeserializer.class - [JAR]
├─ com.github.cafdataprocessing.worker.ingestion.IngestionBatchWorkerPlugin.class - [JAR]
com.github.cafdataprocessing.worker.ingestion.models
├─ com.github.cafdataprocessing.worker.ingestion.models.Subbatch.class - [JAR]
com.github.cafdataprocessing.worker.ingestion.validator
├─ com.github.cafdataprocessing.worker.ingestion.validator.FieldValidator.class - [JAR]
├─ com.github.cafdataprocessing.worker.ingestion.validator.FieldValidatorInterface.class - [JAR]
├─ com.github.cafdataprocessing.worker.ingestion.validator.NullFieldValidator.class - [JAR]
├─ com.github.cafdataprocessing.worker.ingestion.validator.ValidationFileAdapter.class - [JAR]