isActionMethod

fun isActionMethod(logger: <Error class: unknown class>, method: Method, agentClass: Class<*>, requireInterfaceDeserializationAnnotations: Boolean): Boolean

Returns true, if the given method is

  • annotated with Action and

  • declared in the given agent class, or in its super type and

  • can be deserialized.