Package com.storedobject.common
Class SimpleMethodInvoker
java.lang.Object
com.storedobject.common.SimpleMethodInvoker
- All Implemented Interfaces:
MethodInvoker
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleMethodInvoker
(Class<?> objectClass, String name) SimpleMethodInvoker
(Method method) -
Method Summary
-
Constructor Details
-
SimpleMethodInvoker
-
SimpleMethodInvoker
-
-
Method Details
-
getAttributeName
- Specified by:
getAttributeName
in interfaceMethodInvoker
-
getTail
- Specified by:
getTail
in interfaceMethodInvoker
-
getReturnType
- Specified by:
getReturnType
in interfaceMethodInvoker
-
invoke
- Specified by:
invoke
in interfaceMethodInvoker
-