jar

berlin.yuna : type-map

Maven & Gradle

Nov 12, 2023
22 stars

type-map · TypeMap and TypeConverter for a dynamic, extendable, high-performance type conversion library that's native-ready for GraalVM. This robust Java utility provides type-safe retrieval and conversion, leveraging ConcurrentHashMap for thread-safe operations without reflection.

Table Of Contents

Latest Version

Download berlin.yuna : type-map JAR file - Latest Versions:

All Versions

Download berlin.yuna : type-map 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 type-map-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

berlin.yuna.typemap.model

├─ berlin.yuna.typemap.model.ConcurrentTypeMap.class - [JAR]

├─ berlin.yuna.typemap.model.FunctionOrNull.class - [JAR]

├─ berlin.yuna.typemap.model.LinkedTypeMap.class - [JAR]

├─ berlin.yuna.typemap.model.TypeMap.class - [JAR]

├─ berlin.yuna.typemap.model.TypeMapI.class - [JAR]

berlin.yuna.typemap.logic

├─ berlin.yuna.typemap.logic.TypeConverter.class - [JAR]

berlin.yuna.typemap.config

├─ berlin.yuna.typemap.config.TypeConversionRegister.class - [JAR]

Advertisement