Class WebRequestParameters

java.lang.Object
io.beanmapper.spring.web.WebRequestParameters

public class WebRequestParameters extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebRequestParameters(org.springframework.core.MethodParameter parameter, org.springframework.web.method.support.ModelAndViewContainer mavContainer, org.springframework.web.context.request.NativeWebRequest webRequest, org.springframework.web.bind.support.WebDataBinderFactory binderFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.bind.WebDataBinder
    createBinder(Object objectToValidate)
     
    org.springframework.core.MethodParameter
     
    void
    setBindingResult(org.springframework.validation.BindingResult bindingResult)
     

    Methods inherited from class java.lang.Object

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

    • WebRequestParameters

      public WebRequestParameters(org.springframework.core.MethodParameter parameter, org.springframework.web.method.support.ModelAndViewContainer mavContainer, org.springframework.web.context.request.NativeWebRequest webRequest, org.springframework.web.bind.support.WebDataBinderFactory binderFactory)
  • Method Details

    • createBinder

      public org.springframework.web.bind.WebDataBinder createBinder(Object objectToValidate) throws Exception
      Throws:
      Exception
    • setBindingResult

      public void setBindingResult(org.springframework.validation.BindingResult bindingResult)
    • getParameter

      public org.springframework.core.MethodParameter getParameter()