MCPcopy 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

doPagingMethod · 0.80
getQueryStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected