Interface GetterAccessor
-
public interface GetterAccessorAn accessor that knows how to access a specific getter method of a specific type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(Object instance)Access a getter on a given instance and return a response.
-