jar

com.github.djbing85 : oplog4j

Maven & Gradle

Sep 14, 2020
10 stars

a common oplog generator intergrated with spring

Table Of Contents

Latest Version

Download com.github.djbing85 : oplog4j JAR file - Latest Versions:

All Versions

Download com.github.djbing85 : oplog4j JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

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 oplog4j-0.0.1-RC01.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.djbing85.utils

├─ com.github.djbing85.utils.OpLogUtils.class - [JAR]

com.github.djbing85.sensitive.mask

├─ com.github.djbing85.sensitive.mask.DefaultSensitiveFieldMasker.class - [JAR]

├─ com.github.djbing85.sensitive.mask.ISensitiveFieldMasker.class - [JAR]

com.github.djbing85.aop.handler

├─ com.github.djbing85.aop.handler.IOpLogHandler.class - [JAR]

com.github.djbing85.aop

├─ com.github.djbing85.aop.AbstractOpLogAOPInterceptor.class - [JAR]

├─ com.github.djbing85.aop.DefaultOpLogAOPInterceptor.class - [JAR]

├─ com.github.djbing85.aop.JsonDiffOpLogAOPInterceptor.class - [JAR]

com.github.djbing85.exception

├─ com.github.djbing85.exception.OpLogException.class - [JAR]

com.github.djbing85.enums

├─ com.github.djbing85.enums.OpLogEnum.class - [JAR]

├─ com.github.djbing85.enums.OpLogSensitiveTypeEnum.class - [JAR]

com.github.djbing85.annotation

├─ com.github.djbing85.annotation.OpLogField.class - [JAR]

├─ com.github.djbing85.annotation.OpLogID.class - [JAR]

├─ com.github.djbing85.annotation.OpLogJoinPoint.class - [JAR]

├─ com.github.djbing85.annotation.OpLogModel.class - [JAR]

├─ com.github.djbing85.annotation.OpLogParam.class - [JAR]

com.github.djbing85.constants

├─ com.github.djbing85.constants.OpLogConstants.class - [JAR]

com.github.djbing85.model

├─ com.github.djbing85.model.DefaultOpLog.class - [JAR]

├─ com.github.djbing85.model.DiffModel.class - [JAR]

com.github.djbing85.aop.manage

├─ com.github.djbing85.aop.manage.OpLogJoinPointManager.class - [JAR]

├─ com.github.djbing85.aop.manage.OpLogJoinPointParamDescriptor.class - [JAR]

Advertisement