Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getPageSize
Method
getPageSize
ch4/SearchCondition.java:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
public
Integer getPageSize() {
54
return
pageSize;
55
}
56
57
public
void
setPageSize(Integer pageSize) {
58
this.pageSize = requireNonNullElse(pageSize, DEFAULT_PAGE_SIZE);
Callers
2
doPaging
Method · 0.80
getQueryString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected