Interface Accessor<T,A>


public interface Accessor<T,A>
Author:
Shuyang Zhou
  • Method Details

    • get

      A get(T t)
    • getAttributeClass

      Class<A> getAttributeClass()
    • getTypeClass

      Class<T> getTypeClass()