
commonMain.dk.cachet.carp.common.infrastructure.reflect.AccessInternals.kt Maven / Gradle / Ivy
package dk.cachet.carp.common.infrastructure.reflect
/**
* Provide access to runtime internals which cannot be accessed at compile time.
*/
internal expect object AccessInternals
{
/**
* Set the value of the field with the given [fieldName] on a given object ([onObject]) to [value].
*/
fun setField( onObject: Any, fieldName: String, value: Any )
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy