Interface ScheduledBusinessDayExtractor
- All Known Implementing Classes:
- ScheduledBusinessDayExtractorImpl
public interface ScheduledBusinessDayExtractor
Gathers information about scheduled business days for annotated business calendar.
- 
Method SummaryModifier 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- 
extractScheduledBusinessDaysorg.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:
 
 
-