All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dubbo.internal.org.apache.dubbo.metadata.rest.AnnotatedMethodParameterProcessor Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
# JAX-RS's implementations
jax-rs.query-param = org.apache.dubbo.metadata.rest.jaxrs.QueryParamParameterProcessor
jax-rs.form-param = org.apache.dubbo.metadata.rest.jaxrs.FormParamParameterProcessor
jax-rs.matrix-param = org.apache.dubbo.metadata.rest.jaxrs.MatrixParamParameterProcessor
jax-rs.header-param = org.apache.dubbo.metadata.rest.jaxrs.HeaderParamParameterProcessor
jax-rs.default-value-param = org.apache.dubbo.metadata.rest.jaxrs.DefaultValueParameterProcessor
jax-rs.body = org.apache.dubbo.metadata.rest.jaxrs.BodyParameterProcessor
jax-rs.path-param = org.apache.dubbo.metadata.rest.jaxrs.PathParamParameterProcessor

# Spring Web MVC's implementations
spring-webmvc.request-param = org.apache.dubbo.metadata.rest.springmvc.RequestParamParameterProcessor
spring-webmvc.request-header = org.apache.dubbo.metadata.rest.springmvc.RequestHeaderParameterProcessor
spring-webmvc.request-body = org.apache.dubbo.metadata.rest.springmvc.RequestBodyParameterProcessor
spring-webmvc.request-path = org.apache.dubbo.metadata.rest.springmvc.PathVariableParameterProcessor




© 2015 - 2025 Weber Informatics LLC | Privacy Policy