Skip to content

major13ua/spring-strategy-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strategy implementation examples

strategy.service.approach1

Simple strategy implementation with switch and enum

strategy.service.approach2

Spring based implementation

strategy.service.approach3

Spring based implementation with EnumMap

strategy.service.approach4

Enhanced Spring based implementation with Generic and EnumMap

LoanProcessorRegistry

Slightly different approach with @Autowired in ILoanProcessor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages