| Interface | Description |
|---|---|
| AnnotatedMethodParameterProcessor |
The interface to process the annotated method parameter
|
| RestMetadataConstants |
The REST Metadata Constants definition interface
|
| RestMetadataConstants.JAX_RS |
JAX-RS
|
| RestMetadataConstants.SPRING_MVC |
Spring MVC
|
| ServiceRestMetadataReader |
An interface to read
ServiceRestMetadata |
| ServiceRestMetadataResolver |
The interface to resolve the
REST metadata from the specified
Dubbo Service interface or type. |
| Class | Description |
|---|---|
| AbstractAnnotatedMethodParameterProcessor |
The abstract
AnnotatedMethodParameterProcessor implementation |
| AbstractServiceRestMetadataResolver |
The abstract
ServiceRestMetadataResolver class to provider some template methods assemble the instance of
ServiceRestMetadata will extended by the sub-classes. |
| ClassPathServiceRestMetadataReader |
Class-Path based
ServiceRestMetadataReader implementation |
| DefaultServiceRestMetadataResolver |
The default implementation
ServiceRestMetadataResolver |
| RequestMetadata |
The metadata class for REST request
|
| RestMethodMetadata |
The metadata class for
HTTP(REST) request and
its binding method definition |
| ServiceRestMetadata |
The metadata class for
HTTP(REST) request and
its binding Dubbo service metadata |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.