Package 

Class FieldAccessor

  • All Implemented Interfaces:
    kotlin.properties.ReadWriteProperty

    
    public final class FieldAccessor<T extends Object>
     implements ReadWriteProperty<Any, T>
                        

    A delegate that provides efficient accessing of a field via reflection.

    • Method Summary

      Modifier and Type Method Description
      T getValue(Object thisRef, KProperty<?> property)
      Unit setValue(Object thisRef, KProperty<?> property, T value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait