jar

io.axoniq : axon-dataprotection-maven-plugin

Maven & Gradle

Nov 23, 2021
4 stars

This plugin is used to generate AxonIQ Data Protection configuration from annotated classes

Table Of Contents

Latest Version

Download io.axoniq : axon-dataprotection-maven-plugin JAR file - Latest Versions:

All Versions

Download io.axoniq : axon-dataprotection-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement