jar

io.github.opcoral : beanlog-core

Maven & Gradle

May 20, 2023
1 stars

beanlog-core · A tool for generating operation records based on beans and their annotations

Table Of Contents

Latest Version

Download io.github.opcoral : beanlog-core JAR file - Latest Versions:

All Versions

Download io.github.opcoral : beanlog-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 beanlog-core-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.opcoral.beanlog.impl.builder

├─ io.github.opcoral.beanlog.impl.builder.BeanLogBuilderImpl.class - [JAR]

io.github.opcoral.beanlog.enums

├─ io.github.opcoral.beanlog.enums.BeanLogBoolean.class - [JAR]

├─ io.github.opcoral.beanlog.enums.BeanLogChangeType.class - [JAR]

io.github.opcoral.beanlog.impl.editor

├─ io.github.opcoral.beanlog.impl.editor.CollectionItemChangeEditorImpl.class - [JAR]

io.github.opcoral.beanlog.entity.param

├─ io.github.opcoral.beanlog.entity.param.BeanLogParam.class - [JAR]

io.github.opcoral.beanlog.impl.stringConverter

├─ io.github.opcoral.beanlog.impl.stringConverter.CollectionConverterImpl.class - [JAR]

├─ io.github.opcoral.beanlog.impl.stringConverter.DateConverterImpl.class - [JAR]

├─ io.github.opcoral.beanlog.impl.stringConverter.DecimalConverterImpl.class - [JAR]

io.github.opcoral.beanlog.impl.comparable

├─ io.github.opcoral.beanlog.impl.comparable.DefaultComparableImpl.class - [JAR]

├─ io.github.opcoral.beanlog.impl.comparable.NullComparableImpl.class - [JAR]

io.github.opcoral.beanlog.entity.result

├─ io.github.opcoral.beanlog.entity.result.BeanLogResult.class - [JAR]

├─ io.github.opcoral.beanlog.entity.result.BeanLogResultBean.class - [JAR]

├─ io.github.opcoral.beanlog.entity.result.BeanLogResultField.class - [JAR]

io.github.opcoral.beanlog.util

├─ io.github.opcoral.beanlog.util.BeanLogConfigEditor.class - [JAR]

├─ io.github.opcoral.beanlog.util.BeanLogConvertUtil.class - [JAR]

├─ io.github.opcoral.beanlog.util.SpElUtil.class - [JAR]

io.github.opcoral.beanlog.annotation

├─ io.github.opcoral.beanlog.annotation.BeanLogBean.class - [JAR]

├─ io.github.opcoral.beanlog.annotation.BeanLogField.class - [JAR]

├─ io.github.opcoral.beanlog.annotation.BeanLogInside.class - [JAR]

io.github.opcoral.beanlog.entity.parse

├─ io.github.opcoral.beanlog.entity.parse.BeanLogParseBean.class - [JAR]

├─ io.github.opcoral.beanlog.entity.parse.BeanLogParseField.class - [JAR]

io.github.opcoral.beanlog.entity.util

├─ io.github.opcoral.beanlog.entity.util.BeanLogStringConverterInfo.class - [JAR]

io.github.opcoral.beanlog.exception

├─ io.github.opcoral.beanlog.exception.BeanLogException.class - [JAR]

io.github.opcoral.beanlog.entity.config

├─ io.github.opcoral.beanlog.entity.config.BeanLogConfig.class - [JAR]

io.github.opcoral.beanlog.core

├─ io.github.opcoral.beanlog.core.BeanLogBuilder.class - [JAR]

├─ io.github.opcoral.beanlog.core.BeanLogComparable.class - [JAR]

├─ io.github.opcoral.beanlog.core.BeanLogGenerator.class - [JAR]

├─ io.github.opcoral.beanlog.core.BeanLogObjectLoader.class - [JAR]

├─ io.github.opcoral.beanlog.core.BeanLogParamEditor.class - [JAR]

├─ io.github.opcoral.beanlog.core.BeanLogParser.class - [JAR]

├─ io.github.opcoral.beanlog.core.BeanLogStringConverter.class - [JAR]

Advertisement