Interface ByteSetter<T>

All Known Implementing Classes:
ByteFieldSetter, ByteMethodSetter, IndexedByteArraySetter

public interface ByteSetter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setByte(T target, byte value)
     
  • Method Details