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 kuflow-spring-boot-autoconfigure-2.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kuflow.spring.boot.autoconfigure.validation
├─ com.kuflow.spring.boot.autoconfigure.validation.NotFillMeAttributesValues.class - [JAR]
├─ com.kuflow.spring.boot.autoconfigure.validation.NotFillMeAttributesValuesValidator.class - [JAR]
com.kuflow.spring.boot.autoconfigure.properties
├─ com.kuflow.spring.boot.autoconfigure.properties.EmailActivitiesProperties.class - [JAR]
├─ com.kuflow.spring.boot.autoconfigure.properties.KuFlowRestClientProperties.class - [JAR]
├─ com.kuflow.spring.boot.autoconfigure.properties.S3ActivitiesProperties.class - [JAR]
├─ com.kuflow.spring.boot.autoconfigure.properties.UIVisionProperties.class - [JAR]
com.kuflow.spring.boot.autoconfigure
├─ com.kuflow.spring.boot.autoconfigure.EmailActivitiesAutoConfiguration.class - [JAR]
├─ com.kuflow.spring.boot.autoconfigure.KuFlowActivitiesAutoConfiguration.class - [JAR]
├─ com.kuflow.spring.boot.autoconfigure.KuFlowRestClientAutoConfiguration.class - [JAR]
├─ com.kuflow.spring.boot.autoconfigure.S3ActivitiesAutoConfiguration.class - [JAR]
├─ com.kuflow.spring.boot.autoconfigure.UIVisionActivitiesAutoConfiguration.class - [JAR]