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 custom-transformer-2.0_2.11-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.spark.ml
├─ org.apache.spark.ml.PopularWordsEstimator.class - [JAR]
├─ org.apache.spark.ml.PopularWordsModel.class - [JAR]
com.flipkart.transformer.ml
├─ com.flipkart.transformer.ml.CommonAddressFeatures.class - [JAR]
├─ com.flipkart.transformer.ml.StringMerge.class - [JAR]
├─ com.flipkart.transformer.ml.StringSanitizer.class - [JAR]
com.flipkart.transformer.common
├─ com.flipkart.transformer.common.HasInputCol.class - [JAR]
├─ com.flipkart.transformer.common.HasOutputCol.class - [JAR]
├─ com.flipkart.transformer.common.HasRawInputCol.class - [JAR]