gsonpath.Dependencies.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gsonpath-compiler Show documentation
Show all versions of gsonpath-compiler Show documentation
An annotation processor which generates Type Adapters for the Google Gson library
package gsonpath
import gsonpath.generator.adapter.AutoGsonAdapterGenerator
import gsonpath.generator.factory.TypeAdapterFactoryGenerator
data class Dependencies(
val autoGsonAdapterGenerator: AutoGsonAdapterGenerator,
val typeAdapterFactoryGenerator: TypeAdapterFactoryGenerator)