All Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
Object |
get(Object key) |
Object[] |
getArguments()
get arguments.
|
String |
getAttachment(String key)
get attachment by key.
|
String |
getAttachment(String key,
String defaultValue)
get attachment by key with default value.
|
Map<String,String> |
getAttachments()
get attachments.
|
Map<Object,Object> |
getAttributes() |
default String[] |
getCompatibleParamSignatures()
get parameter's signature, string representation of parameter types.
|
Invoker<?> |
getInvoker()
get the invoker in current context.
|
String |
getMethodName()
get method name.
|
Object |
getObjectAttachment(String key) |
Object |
getObjectAttachment(String key,
Object defaultValue) |
Map<String,Object> |
getObjectAttachments() |
Class<?>[] |
getParameterTypes()
get parameter types.
|
String |
getProtocolServiceKey() |
String |
getServiceName()
get the interface name
|
String |
getTargetServiceUniqueName() |
Object |
put(Object key,
Object value) |
void |
setAttachment(String key,
Object value) |
void |
setAttachment(String key,
String value) |
void |
setAttachmentIfAbsent(String key,
Object value) |
void |
setAttachmentIfAbsent(String key,
String value) |
void |
setObjectAttachment(String key,
Object value) |
void |
setObjectAttachmentIfAbsent(String key,
Object value) |