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

gsonpath.compiler.ExtensionFieldMetadata.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package gsonpath.compiler

import gsonpath.model.FieldInfo

/**
 * Metadata about the field being read by the parent processor
 */
data class ExtensionFieldMetadata(
        val fieldInfo: FieldInfo,
        val variableName: String,
        val jsonPath: String,
        val isRequired: Boolean)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy