jar

io.github.hisondev : data-model

Maven & Gradle

Dec 20, 2023

Data Model · A library designed to simplify data communication in Spring applications. Primarily featuring the DataWrapper and DataModel classes to streamline the process of data transfer and management.

Table Of Contents

Latest Version

Download io.github.hisondev : data-model JAR file - Latest Versions:

All Versions

Download io.github.hisondev : data-model JAR file - All Versions:

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

io.github.hison.data.converter

├─ io.github.hison.data.converter.DataConverter.class - [JAR]

├─ io.github.hison.data.converter.DataConverterDefault.class - [JAR]

├─ io.github.hison.data.converter.DataConverterFactory.class - [JAR]

├─ io.github.hison.data.converter.LocalDateTimeDeserializer.class - [JAR]

├─ io.github.hison.data.converter.LocalDateTimeSerializer.class - [JAR]

io.github.hison.data.wrapper

├─ io.github.hison.data.wrapper.DataWrapper.class - [JAR]

├─ io.github.hison.data.wrapper.DataWrapperDeserializer.class - [JAR]

├─ io.github.hison.data.wrapper.DataWrapperSerializer.class - [JAR]

io.github.hison.data.exception

├─ io.github.hison.data.exception.DataException.class - [JAR]

io.github.hison.data.condition

├─ io.github.hison.data.condition.Condition.class - [JAR]

io.github.hison.data.model

├─ io.github.hison.data.model.DataModel.class - [JAR]

├─ io.github.hison.data.model.DataModelDeserializer.class - [JAR]

├─ io.github.hison.data.model.DataModelSerializer.class - [JAR]