All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.fastjson2.TypeReference.kt Maven / Gradle / Ivy

There is a newer version: 2.0.52
Show newest version
package com.alibaba.fastjson2

/**
 * E.g.
 * ```
 *    val refer = reference()
 * ```
 * @since 2.0.3
 */
inline fun  reference() =
    object : TypeReference() {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy