jar

org.jfleet : jfleet-record

Maven & Gradle

Feb 18, 2024
44 stars

JFleet Record · Persist Java records with JFleet

Table Of Contents

Latest Version

Download org.jfleet : jfleet-record JAR file - Latest Versions:

All Versions

Download org.jfleet : jfleet-record JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.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 jfleet-record-0.6.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jfleet.record.annotation

├─ org.jfleet.record.annotation.Alias.class - [JAR]

├─ org.jfleet.record.annotation.NotNull.class - [JAR]

├─ org.jfleet.record.annotation.Ordinal.class - [JAR]

org.jfleet.record

├─ org.jfleet.record.CaseConverter.class - [JAR]

├─ org.jfleet.record.CaseType.class - [JAR]

├─ org.jfleet.record.ColumnNamingStrategy.class - [JAR]

├─ org.jfleet.record.EntityInfoRecordBuilder.class - [JAR]

├─ org.jfleet.record.FieldToColumnMapper.class - [JAR]

├─ org.jfleet.record.JFleetRecordException.class - [JAR]

├─ org.jfleet.record.NotNullField.class - [JAR]

├─ org.jfleet.record.Reflection.class - [JAR]

Advertisement