public interface ServiceDescriptor
| Modifier and Type | Method and Description |
|---|---|
Set<MethodDescriptor> |
getAllMethods() |
FullServiceDefinition |
getFullServiceDefinition(String serviceKey) |
String |
getInterfaceName() |
MethodDescriptor |
getMethod(String methodName,
Class<?>[] paramTypes)
Does not use Optional as return type to avoid potential performance decrease.
|
MethodDescriptor |
getMethod(String methodName,
String params)
Does not use Optional as return type to avoid potential performance decrease.
|
List<MethodDescriptor> |
getMethods(String methodName) |
Class<?> |
getServiceInterfaceClass() |
FullServiceDefinition getFullServiceDefinition(String serviceKey)
String getInterfaceName()
Class<?> getServiceInterfaceClass()
Set<MethodDescriptor> getAllMethods()
MethodDescriptor getMethod(String methodName, String params)
methodName - params - MethodDescriptor getMethod(String methodName, Class<?>[] paramTypes)
methodName - paramTypes - List<MethodDescriptor> getMethods(String methodName)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.