public class RequestUtils extends Object
| Constructor and Description |
|---|
RequestUtils()
Class constructor, no parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<EntryPoint> |
retrieveAllExternalEntryPoints()
Goes through @RequestMapping annotations from Spring and return a list of its elements.
|
void |
setExtraParamTypesBlacklist(List<Class<?>> extraParamTypesBlacklist)
Append more param types to blacklist
this method keeps the default blacklist and add these are extra ones
|
void |
setMaxDeepLevel(Integer maxDeepLevel)
Setter method for maxDeepLevel
|
void |
setNameDiscover(org.springframework.core.ParameterNameDiscoverer nameDiscover)
Setter method for nameDiscover
|
void |
setParamNamesBlacklist(List<String> paramNamesBlacklist)
Setter method for paramNamesBlacklist
|
void |
setParamTypesBlacklist(List<Class<?>> paramTypesBlacklist)
Setter method for paramTypesBlacklist
|
void |
setScanEntryPointAnnotation(boolean scanEntryPointAnnotation)
Setter method for scanEntryPointAnnotation
|
public List<EntryPoint> retrieveAllExternalEntryPoints()
public void setParamNamesBlacklist(List<String> paramNamesBlacklist)
paramNamesBlacklist - the paramNamesBlacklist to setpublic void setParamTypesBlacklist(List<Class<?>> paramTypesBlacklist)
paramTypesBlacklist - the paramTypesBlacklist to setpublic void setExtraParamTypesBlacklist(List<Class<?>> extraParamTypesBlacklist)
extraParamTypesBlacklist - extra listpublic void setScanEntryPointAnnotation(boolean scanEntryPointAnnotation)
scanEntryPointAnnotation - the scanEntryPointAnnotation to setpublic void setNameDiscover(org.springframework.core.ParameterNameDiscoverer nameDiscover)
nameDiscover - the nameDiscover to setpublic void setMaxDeepLevel(Integer maxDeepLevel)
maxDeepLevel - the maxDeepLevel to setCopyright © 2015. All rights reserved.