Interface ApiMethod
-
- All Known Implementing Classes:
ApiMethodImpl
public interface ApiMethodInterface for proxy methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getArgNames()Returns method argument names.List<Class<?>>getArgTypes()Return method argument types.MethodgetMethod()ReturnsMethodin proxy type.StringgetName()Returns method name.Class<?>getResultType()Returns method result type.
-