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

gsonpath.adapter.standard.model.GsonObjectMetadata.kt Maven / Gradle / Ivy

Go to download

An annotation processor which generates Type Adapters for the Google Gson library

There is a newer version: 4.0.0
Show newest version
package gsonpath.adapter.standard.model

import com.google.gson.FieldNamingPolicy
import gsonpath.GsonFieldValidationType
import gsonpath.PathSubstitution

class GsonObjectMetadata(
        val flattenDelimiter: Char,
        val gsonFieldNamingPolicy: FieldNamingPolicy,
        val gsonFieldValidationType: GsonFieldValidationType,
        val pathSubstitutions: Array)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy