jar

org.ifinalframework.data : final-data-auto-processor

Maven & Gradle

Aug 08, 2023
1 usages
2 stars
Table Of Contents

Latest Version

Download org.ifinalframework.data : final-data-auto-processor JAR file - Latest Versions:

All Versions

Download org.ifinalframework.data : final-data-auto-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.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 final-data-auto-processor-1.5.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ifinalframework.data.auto.util

├─ org.ifinalframework.data.auto.util.RestUtils.class - [JAR]

org.ifinalframework.data.auto.filter

├─ org.ifinalframework.data.auto.filter.PropertyExecutableElementFilter.class - [JAR]

├─ org.ifinalframework.data.auto.filter.PropertyVariableElementFilter.class - [JAR]

org.ifinalframework.data.auto.processor

├─ org.ifinalframework.data.auto.processor.AutoDataSourceGeneratorProcessor.class - [JAR]

├─ org.ifinalframework.data.auto.processor.AutoEntityGeneratorProcessor.class - [JAR]

├─ org.ifinalframework.data.auto.processor.TypeElementFilter.class - [JAR]

org.ifinalframework.data.auto.entity

├─ org.ifinalframework.data.auto.entity.AnnotationProperty.class - [JAR]

├─ org.ifinalframework.data.auto.entity.BaseEntity.class - [JAR]

├─ org.ifinalframework.data.auto.entity.Entity.class - [JAR]

├─ org.ifinalframework.data.auto.entity.EntityFactory.class - [JAR]

├─ org.ifinalframework.data.auto.entity.MutableEntity.class - [JAR]

├─ org.ifinalframework.data.auto.entity.Property.class - [JAR]

org.ifinalframework.data.auto.beans

├─ org.ifinalframework.data.auto.beans.Bean.class - [JAR]

├─ org.ifinalframework.data.auto.beans.BeanInfo.class - [JAR]

├─ org.ifinalframework.data.auto.beans.PropertyDescriptor.class - [JAR]

├─ org.ifinalframework.data.auto.beans.SetterAndGetterFilter.class - [JAR]

org.ifinalframework.data.auto.utils

├─ org.ifinalframework.data.auto.utils.Annotations.class - [JAR]

├─ org.ifinalframework.data.auto.utils.JCUtils.class - [JAR]

├─ org.ifinalframework.data.auto.utils.TypeElements.class - [JAR]

org.ifinalframework.data.auto.query

├─ org.ifinalframework.data.auto.query.QEntity.class - [JAR]

├─ org.ifinalframework.data.auto.query.QEntityFactory.class - [JAR]

├─ org.ifinalframework.data.auto.query.QProperty.class - [JAR]

├─ org.ifinalframework.data.auto.query.Utils.class - [JAR]

org.ifinalframework.data.auto.generator

├─ org.ifinalframework.data.auto.generator.AutoDataSourceGenerator.class - [JAR]

├─ org.ifinalframework.data.auto.generator.AutoGenerator.class - [JAR]

org.ifinalframework.data.auto.validator

├─ org.ifinalframework.data.auto.validator.EntityValidator.class - [JAR]

├─ org.ifinalframework.data.auto.validator.EnumValidator.class - [JAR]

Advertisement