Interface ScheduledBusinessDayExtractor
- All Known Implementing Classes:
 ScheduledBusinessDayExtractorImpl
public interface ScheduledBusinessDayExtractor
Gathers information about scheduled business days for annotated business calendar.
- 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.util.MultiValueMap<DayOfWeek,BusinessDay> extractScheduledBusinessDays(Method method) Processes all @ScheduledBusinessDay annotations from givenmethodand converts to information about working intervals for certain days of week. 
- 
Method Details
- 
extractScheduledBusinessDays
org.springframework.util.MultiValueMap<DayOfWeek,BusinessDay> extractScheduledBusinessDays(Method method) Processes all @ScheduledBusinessDay annotations from givenmethodand converts to information about working intervals for certain days of week.- Parameters:
 method- from annotated business calendar.- Returns:
 - information about scheduled business days.
 - See Also:
 
 
 -