T - The type of repository that will be used by the reader. The class must
not be final.public static class RepositoryItemReaderBuilder.RepositoryMethodReference<T>
extends java.lang.Object
| Constructor and Description |
|---|
RepositoryMethodReference(org.springframework.data.repository.PagingAndSortingRepository<?,?> repository) |
| Modifier and Type | Method and Description |
|---|---|
T |
methodIs()
The proxy returned prevents actual method execution and is only used to gather,
information about the method.
|
public RepositoryMethodReference(org.springframework.data.repository.PagingAndSortingRepository<?,?> repository)
public T methodIs()