public class OpMetaComputer
extends java.lang.Object
| Constructor and Description |
|---|
OpMetaComputer() |
| Modifier and Type | Method and Description |
|---|---|
org.appops.core.service.meta.ServiceOpMeta |
computeOpMeta(java.lang.reflect.Method method,
java.lang.Object[] args)
Creates service operation meta instance from method and arguments provided.
|
public org.appops.core.service.meta.ServiceOpMeta computeOpMeta(java.lang.reflect.Method method,
java.lang.Object[] args)
method - method definition from which meta information is to be collected.args - Argument values passed to method while invocation.ServiceOpMeta.Copyright © 2022. All rights reserved.