jar

com.github.cafdataprocessing : entity-fields

Maven & Gradle

Dec 01, 2017
4 usages
0 stars

A group of contracts, which represent the metadata fields, how the fields are encoded, and field change records which have been made.

Table Of Contents

Latest Version

Download com.github.cafdataprocessing : entity-fields JAR file - Latest Versions:

All Versions

Download com.github.cafdataprocessing : entity-fields JAR file - All Versions:

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

com.github.cafdataprocessing.entity.fields.exceptions

├─ com.github.cafdataprocessing.entity.fields.exceptions.FieldChangeTypeException.class - [JAR]

├─ com.github.cafdataprocessing.entity.fields.exceptions.FieldValueAccessorException.class - [JAR]

com.github.cafdataprocessing.entity.fields.printer

├─ com.github.cafdataprocessing.entity.fields.printer.FieldChangeRecordPrinter.class - [JAR]

com.github.cafdataprocessing.entity.fields

├─ com.github.cafdataprocessing.entity.fields.DocumentProcessingRecord.class - [JAR]

├─ com.github.cafdataprocessing.entity.fields.FieldChangeRecord.class - [JAR]

├─ com.github.cafdataprocessing.entity.fields.FieldChangeType.class - [JAR]

├─ com.github.cafdataprocessing.entity.fields.FieldEncoding.class - [JAR]

├─ com.github.cafdataprocessing.entity.fields.FieldValue.class - [JAR]

com.github.cafdataprocessing.entity.fields.factory

├─ com.github.cafdataprocessing.entity.fields.factory.FieldChangeRecordFactory.class - [JAR]

├─ com.github.cafdataprocessing.entity.fields.factory.FieldValueFactory.class - [JAR]

com.github.cafdataprocessing.entity.fields.accessor

├─ com.github.cafdataprocessing.entity.fields.accessor.FieldValueAccessor.class - [JAR]

Advertisement