Class FormJsonArgumentResolver

java.lang.Object
org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver
com.joutvhu.spring.formjson.FormJsonArgumentResolver
All Implemented Interfaces:
org.springframework.web.service.invoker.HttpServiceArgumentResolver

public class FormJsonArgumentResolver extends org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver

    org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver.NamedValueInfo
  • Field Summary

    Fields inherited from class org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addRequestValue(String name, Object value, org.springframework.core.MethodParameter parameter, org.springframework.web.service.invoker.HttpRequestValues.Builder requestValues)
     
    protected org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver.NamedValueInfo
    createNamedValueInfo(org.springframework.core.MethodParameter parameter)
     

    Methods inherited from class org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver

    resolve

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FormJsonArgumentResolver

      public FormJsonArgumentResolver()
  • Method Details

    • createNamedValueInfo

      protected org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver.NamedValueInfo createNamedValueInfo(org.springframework.core.MethodParameter parameter)
      Specified by:
      createNamedValueInfo in class org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver
    • addRequestValue

      protected void addRequestValue(String name, Object value, org.springframework.core.MethodParameter parameter, org.springframework.web.service.invoker.HttpRequestValues.Builder requestValues)
      Specified by:
      addRequestValue in class org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver