jar

org.froporec : froporec

Maven & Gradle

Jan 02, 2023
0 stars

Froporec · Easy migration from POJOs to Records with Froporec annotation processor

Table Of Contents

Latest Version

Download org.froporec : froporec JAR file - Latest Versions:

All Versions

Download org.froporec : froporec JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4
1.3
1.2
1.1
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 froporec-1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.froporec.generator

├─ org.froporec.generator.FroporecRecordSourceFileGenerator.class - [JAR]

├─ org.froporec.generator.RecordSourceFileGenerator.class - [JAR]

org.froporec

├─ org.froporec.AnnotationProcessor.class - [JAR]

├─ org.froporec.FroporecAnnotationProcessor.class - [JAR]

org.froporec.annotations

├─ org.froporec.annotations.Immutable.class - [JAR]

├─ org.froporec.annotations.Record.class - [JAR]

├─ org.froporec.annotations.SuperRecord.class - [JAR]

org.froporec.generator.helpers

├─ org.froporec.generator.helpers.CodeGenerator.class - [JAR]

├─ org.froporec.generator.helpers.CollectionsGenerator.class - [JAR]

├─ org.froporec.generator.helpers.CustomConstructorGenerator.class - [JAR]

├─ org.froporec.generator.helpers.FactoryMethodsGenerator.class - [JAR]

├─ org.froporec.generator.helpers.FieldsGenerator.class - [JAR]

├─ org.froporec.generator.helpers.FieldsNamesConstantsGenerator.class - [JAR]

├─ org.froporec.generator.helpers.JavaxGeneratedGenerator.class - [JAR]

├─ org.froporec.generator.helpers.StringGenerator.class - [JAR]

├─ org.froporec.generator.helpers.SuperInterfacesGenerator.class - [JAR]

├─ org.froporec.generator.helpers.SupportedCollectionsFieldsGenerator.class - [JAR]

├─ org.froporec.generator.helpers.SupportedCollectionsGenerator.class - [JAR]

├─ org.froporec.generator.helpers.SupportedCollectionsMappingLogicGenerator.class - [JAR]

org.froporec.extractor

├─ org.froporec.extractor.AnnotationInfoExtractor.class - [JAR]

├─ org.froporec.extractor.FroporecAnnotationInfoExtractor.class - [JAR]