|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resume | |
|---|---|
| com.basilv.examples.spring | Example for article Java-Based Configuration of Spring Dependency Injection. |
| com.basilv.examples.spring.autowire | Example of automatically defining dependencies using autowiring for article Java-Based Configuration of Spring Dependency Injection. |
| com.basilv.examples.spring.componentscan | Example of automatically defining beans using component scanning for article Java-Based Configuration of Spring Dependency Injection. |
| com.basilv.examples.spring.explicit | Example of explicitly defining beans and dependencies for article Java-Based Configuration of Spring Dependency Injection. |
| Uses of Resume in com.basilv.examples.spring |
|---|
| Methods in com.basilv.examples.spring that return types with arguments of type Resume | |
|---|---|
Set<Resume> |
ResumeRepository.findAll()
|
| Methods in com.basilv.examples.spring with parameters of type Resume | |
|---|---|
boolean |
CalculatorService.validate(Resume resume)
|
| Uses of Resume in com.basilv.examples.spring.autowire |
|---|
| Methods in com.basilv.examples.spring.autowire that return types with arguments of type Resume | |
|---|---|
Set<Resume> |
HardcodedResumeRepository.findAll()
|
| Methods in com.basilv.examples.spring.autowire with parameters of type Resume | |
|---|---|
boolean |
CalculatorServiceImpl.validate(Resume resume)
|
| Uses of Resume in com.basilv.examples.spring.componentscan |
|---|
| Methods in com.basilv.examples.spring.componentscan that return types with arguments of type Resume | |
|---|---|
Set<Resume> |
HardcodedResumeRepository.findAll()
|
| Methods in com.basilv.examples.spring.componentscan with parameters of type Resume | |
|---|---|
boolean |
CalculatorServiceImpl.validate(Resume resume)
|
| Uses of Resume in com.basilv.examples.spring.explicit |
|---|
| Methods in com.basilv.examples.spring.explicit that return types with arguments of type Resume | |
|---|---|
Set<Resume> |
HardcodedResumeRepository.findAll()
|
| Methods in com.basilv.examples.spring.explicit with parameters of type Resume | |
|---|---|
boolean |
CalculatorServiceImpl.validate(Resume resume)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||