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 axon-dataprotection-maven-plugin-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.axoniq.plugin.data.protection.generator.errors
├─ io.axoniq.plugin.data.protection.generator.errors.NoSensitiveDataHolderAnnotationException.class - [JAR]
├─ io.axoniq.plugin.data.protection.generator.errors.NoSubjectIdException.class - [JAR]
io.axoniq.plugin.data.protection.generator
├─ io.axoniq.plugin.data.protection.generator.AxonDataProtectionMojo.class - [JAR]
├─ io.axoniq.plugin.data.protection.generator.MetamodelGenerator.class - [JAR]
io.axoniq.plugin.data.protection.generator.utils
├─ io.axoniq.plugin.data.protection.generator.utils.AnnotationUtils.class - [JAR]
├─ io.axoniq.plugin.data.protection.generator.utils.ClassUtils.class - [JAR]
├─ io.axoniq.plugin.data.protection.generator.utils.ReflectionUtils.class - [JAR]
├─ io.axoniq.plugin.data.protection.generator.utils.TypeDetector.class - [JAR]