@Component @ConfigurationProperties(prefix="easyapi.filter.interface") public class EasyApiInterfaceReaderFilter extends Object
| 构造器和说明 |
|---|
EasyApiInterfaceReaderFilter() |
public List<Class<List<HandlerChain<InterfaceExtra,BodyType>>>> getBodyType()
public void setBodyType(List<Class<List<HandlerChain<InterfaceExtra,BodyType>>>> bodyType)
public List<Class<List<HandlerChain<InterfaceExtra,List<String>>>>> getSearch()
public void setSearch(List<Class<List<HandlerChain<InterfaceExtra,List<String>>>>> search)
public List<Class<List<HandlerChain<InterfaceExtra,String>>>> getDescription()
public void setDescription(List<Class<List<HandlerChain<InterfaceExtra,String>>>> description)
public List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> getEnableReqPackage()
public void setEnableReqPackage(List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> enableReqPackage)
public List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> getEnableResPackage()
public void setEnableResPackage(List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> enableResPackage)
public List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> getIgnore()
public void setIgnore(List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> ignore)
public List<Class<List<HandlerChain<InterfaceExtra,RenewType>>>> getRenewType()
public void setRenewType(List<Class<List<HandlerChain<InterfaceExtra,RenewType>>>> renewType)
public List<Class<List<HandlerChain<InterfaceExtra,org.springframework.web.bind.annotation.RequestMethod>>>> getRequestMethod()
public void setRequestMethod(List<Class<List<HandlerChain<InterfaceExtra,org.springframework.web.bind.annotation.RequestMethod>>>> requestMethod)
public List<Class<List<HandlerChain<InterfaceExtra,String>>>> getRequestNote()
public void setRequestNote(List<Class<List<HandlerChain<InterfaceExtra,String>>>> requestNote)
public List<Class<List<HandlerChain<InterfaceExtra,String>>>> getUrl()
public void setUrl(List<Class<List<HandlerChain<InterfaceExtra,String>>>> url)
public List<Class<List<HandlerChain<InterfaceExtra,String>>>> getResponseNote()
public void setResponseNote(List<Class<List<HandlerChain<InterfaceExtra,String>>>> responseNote)
public List<Class<List<HandlerChain<InterfaceExtra,List<Method>>>>> getScan()
public void setScan(List<Class<List<HandlerChain<InterfaceExtra,List<Method>>>>> scan)
public List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> getShow()
public void setShow(List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> show)
public List<Class<List<HandlerChain<InterfaceExtra,String>>>> getName()
public void setName(List<Class<List<HandlerChain<InterfaceExtra,String>>>> name)
public List<Class<List<HandlerChain<InterfaceExtra,String>>>> getUnique()
public void setUnique(List<Class<List<HandlerChain<InterfaceExtra,String>>>> unique)
public List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> getVerifyMockTag()
public void setVerifyMockTag(List<Class<List<HandlerChain<InterfaceExtra,Boolean>>>> verifyMockTag)
Copyright © 2022. All rights reserved.