com.antelopesystem.crudframework.fieldmapper.annotation.ObjectFieldPair.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crud-framework-fieldmapper Show documentation
Show all versions of crud-framework-fieldmapper Show documentation
Fieldmapper module of the Crud Framework
package com.antelopesystem.crudframework.fieldmapper.annotation
import java.lang.reflect.Field
data class ObjectFieldPair(val `object`: Object, val field: Field)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy