Interface GetterAccessor


public interface GetterAccessor
An accessor that knows how to access a specific getter method of a specific type.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Object instance)
    Access a getter on a given instance and return a response.
  • Method Details

    • get

      Object get(Object instance)
      Access a getter on a given instance and return a response.