Uses of Class
com.eoscode.springapitools.config.QueryView
-
Packages that use QueryView Package Description com.eoscode.springapitools.config -
-
Uses of QueryView in com.eoscode.springapitools.config
Methods in com.eoscode.springapitools.config that return QueryView Modifier and Type Method Description QueryViewSpringApiToolsProperties. getQueryWithViews()static QueryViewQueryView. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryView[]QueryView. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.eoscode.springapitools.config with parameters of type QueryView Modifier and Type Method Description voidSpringApiToolsProperties. setQueryWithViews(QueryView queryWithViews)
-