| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.metadata.rest | |
| org.apache.dubbo.metadata.rest.jaxrs | |
| org.apache.dubbo.metadata.rest.springmvc |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<RestMethodMetadata> |
ServiceRestMetadata.getMeta() |
Map<String,Map<ParameterTypesComparator,RestMethodMetadata>> |
ServiceRestMetadata.getMethodToServiceMap() |
Map<PathMatcher,RestMethodMetadata> |
ServiceRestMetadata.getPathToServiceMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ServiceRestMetadata.addMethodToServiceMap(RestMethodMetadata restMethodMetadata) |
void |
ServiceRestMetadata.addPathToServiceMap(PathMatcher pathMather,
RestMethodMetadata restMethodMetadata) |
void |
ServiceRestMetadata.addRestMethodMetadata(RestMethodMetadata restMethodMetadata) |
String |
NoAnnotatedParameterRequestTagProcessor.defaultAnnotationClassName(RestMethodMetadata restMethodMetadata) |
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 |
void |
NoAnnotatedParameterRequestTagProcessor.process(Parameter parameter,
int parameterIndex,
RestMethodMetadata restMethodMetadata) |
void |
AbstractNoAnnotatedParameterProcessor.process(Parameter parameter,
int parameterIndex,
RestMethodMetadata restMethodMetadata) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ServiceRestMetadata.setMeta(Set<RestMethodMetadata> meta) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BodyParameterProcessor.process(Annotation annotation,
Parameter parameter,
int parameterIndex,
Method method,
Class<?> serviceType,
Class<?> serviceInterfaceClass,
RestMethodMetadata restMethodMetadata) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
FormBodyNoAnnotatedProcessor.defaultAnnotationClassName(RestMethodMetadata restMethodMetadata) |
String |
JsonBodyNoAnnotatedProcessor.defaultAnnotationClassName(RestMethodMetadata restMethodMetadata) |
String |
ParamNoAnnotatedProcessor.defaultAnnotationClassName(RestMethodMetadata restMethodMetadata) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.