pip_services3_commons
pip_services3_commons
MethodReflector
getMethodNames method
getMethodNames
pip_services3_commons
pip_services3_commons
MethodReflector
getMethodNames method
MethodReflector class
Constructors
MethodReflector
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
getMethodNames
hasMethod
invokeMethod
getMethodNames
method
List
<
String
>
getMethodNames
(
dynamic
obj
)
Gets names of all methods implemented in specified object.
obj
an objec to introspect. Returns a list with method names.