Interface GetterAccessor


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

      • get

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