public class SpecificationArgumentResolver extends Object implements org.springframework.web.method.support.HandlerMethodArgumentResolver
| Constructor and Description |
|---|
SpecificationArgumentResolver() |
SpecificationArgumentResolver(org.springframework.context.support.AbstractApplicationContext applicationContext) |
SpecificationArgumentResolver(org.springframework.core.convert.ConversionService conversionService) |
SpecificationArgumentResolver(org.springframework.core.convert.ConversionService conversionService,
org.springframework.context.support.AbstractApplicationContext abstractApplicationContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
resolveArgument(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) |
boolean |
supportsParameter(org.springframework.core.MethodParameter parameter) |
public SpecificationArgumentResolver()
public SpecificationArgumentResolver(org.springframework.core.convert.ConversionService conversionService)
public SpecificationArgumentResolver(org.springframework.context.support.AbstractApplicationContext applicationContext)
public SpecificationArgumentResolver(org.springframework.core.convert.ConversionService conversionService,
org.springframework.context.support.AbstractApplicationContext abstractApplicationContext)
public boolean supportsParameter(org.springframework.core.MethodParameter parameter)
supportsParameter in interface org.springframework.web.method.support.HandlerMethodArgumentResolverpublic Object resolveArgument(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) throws Exception
resolveArgument in interface org.springframework.web.method.support.HandlerMethodArgumentResolverExceptionCopyright © 2014–2020. All rights reserved.