jar

io.github.achachraf : typeson

Maven & Gradle

Oct 22, 2023
1 stars

Typeson · Typeson is a Java library that extends Jackson to support dynamic typing and polymorphism

Table Of Contents

Latest Version

Download io.github.achachraf : typeson JAR file - Latest Versions:

All Versions

Download io.github.achachraf : typeson 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 typeson-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.achachraf.typeson.interlay

├─ io.github.achachraf.typeson.interlay.ConfigProviderMap.class - [JAR]

├─ io.github.achachraf.typeson.interlay.DeserializerServiceClassGraph.class - [JAR]

├─ io.github.achachraf.typeson.interlay.ObjectInfoService.class - [JAR]

├─ io.github.achachraf.typeson.interlay.SerializerServiceImpl.class - [JAR]

├─ io.github.achachraf.typeson.interlay.Typeson.class - [JAR]

├─ io.github.achachraf.typeson.interlay.TypingServiceImpl.class - [JAR]

io.github.achachraf.typeson

├─ io.github.achachraf.typeson.TypesonException.class - [JAR]

io.github.achachraf.typeson.aplication

├─ io.github.achachraf.typeson.aplication.ConfigProvider.class - [JAR]

├─ io.github.achachraf.typeson.aplication.DeserializationException.class - [JAR]

├─ io.github.achachraf.typeson.aplication.DeserializeService.class - [JAR]

├─ io.github.achachraf.typeson.aplication.SerializationException.class - [JAR]

├─ io.github.achachraf.typeson.aplication.SerializerService.class - [JAR]

├─ io.github.achachraf.typeson.aplication.TypingException.class - [JAR]

├─ io.github.achachraf.typeson.aplication.TypingService.class - [JAR]

├─ io.github.achachraf.typeson.aplication.UnexpectedFieldException.class - [JAR]

io.github.achachraf.typeson.domain

├─ io.github.achachraf.typeson.domain.ElementType.class - [JAR]

├─ io.github.achachraf.typeson.domain.ListObjectInfo.class - [JAR]

├─ io.github.achachraf.typeson.domain.ObjectInfo.class - [JAR]

├─ io.github.achachraf.typeson.domain.ObjectInfoAccessor.class - [JAR]

├─ io.github.achachraf.typeson.domain.SingleObjectInfo.class - [JAR]