Class BodyArgumentResolver

java.lang.Object
org.apache.dubbo.rpc.protocol.tri.rest.support.jaxrs.BodyArgumentResolver
All Implemented Interfaces:
org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>, org.apache.dubbo.rpc.protocol.tri.rest.argument.ArgumentResolver

@Activate(onClass="org.jboss.resteasy.annotations.Body") public class BodyArgumentResolver extends Object implements org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    resolve(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta parameter, org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.AnnotationMeta<Annotation> annotation, org.apache.dubbo.remoting.http12.HttpRequest request, org.apache.dubbo.remoting.http12.HttpResponse response)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver

    accept, resolve
  • Constructor Details

    • BodyArgumentResolver

      public BodyArgumentResolver()
  • Method Details

    • accept

      public Class<Annotation> accept()
      Specified by:
      accept in interface org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>
    • resolve

      public Object resolve(org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.ParameterMeta parameter, org.apache.dubbo.rpc.protocol.tri.rest.mapping.meta.AnnotationMeta<Annotation> annotation, org.apache.dubbo.remoting.http12.HttpRequest request, org.apache.dubbo.remoting.http12.HttpResponse response)
      Specified by:
      resolve in interface org.apache.dubbo.rpc.protocol.tri.rest.argument.AnnotationBaseArgumentResolver<Annotation>