Interface Accessor<T>

All Known Implementing Classes:
FieldAccessor

public interface Accessor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Object target)
     
    void
    set(Object target, T value)
     
  • Method Details