Package ai.platon.pulsar.common
Object MethodReflect
-
- All Implemented Interfaces:
public class MethodReflect
-
-
Field Summary
Fields Modifier and Type Field Description public final static MethodReflectINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanisInvokable(Method method)final BooleanisNormalInvokable(Method method)final BooleanisSuspendInvokable(Method method)-
-
Method Detail
-
isInvokable
final Boolean isInvokable(Method method)
-
isNormalInvokable
final Boolean isNormalInvokable(Method method)
-
isSuspendInvokable
final Boolean isSuspendInvokable(Method method)
-
-
-
-