| Package | Description |
|---|---|
| org.apache.dubbo.metadata.rest |
| Modifier and Type | Method and Description |
|---|---|
Set<RestMethodMetadata> |
ServiceRestMetadata.getMeta() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnnotatedMethodParameterProcessor.process(Annotation annotation,
Parameter parameter,
int parameterIndex,
Method method,
Class<?> serviceType,
Class<?> serviceInterfaceClass,
RestMethodMetadata restMethodMetadata) |
void |
AnnotatedMethodParameterProcessor.process(Annotation annotation,
Parameter parameter,
int parameterIndex,
Method method,
Class<?> serviceType,
Class<?> serviceInterfaceClass,
RestMethodMetadata restMethodMetadata)
Process the specified method
parameter |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceRestMetadata.setMeta(Set<RestMethodMetadata> meta) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.