Modifier and Type | Class and Description |
---|---|
class |
PersonServiceImpl.PersonFinderImpl |
Modifier and Type | Interface and Description |
---|---|
static interface |
PersonService.PersonFinder
A finder for locating persons.
|
Modifier and Type | Method and Description |
---|---|
PersonService.SinglePersonFetcher |
PersonService.PersonFinder.withUsername(String username)
Restrict the finder to just user with the given username
|
Modifier and Type | Class and Description |
---|---|
class |
NoopPersonFinder |
Modifier and Type | Method and Description |
---|---|
PersonService.SinglePersonFetcher |
NoopPersonFinder.withUsername(String username) |
Copyright © 2003–2020 Atlassian. All rights reserved.