Class ScheduledBusinessDayExtractorImpl
java.lang.Object
io.jmix.businesscalendar.annotation.processing.impl.ScheduledBusinessDayExtractorImpl
- All Implemented Interfaces:
- ScheduledBusinessDayExtractor
@Component("buscal_ScheduledBusinessDayExtractor")
public class ScheduledBusinessDayExtractorImpl
extends Object
implements ScheduledBusinessDayExtractor
- 
Constructor SummaryConstructors
- 
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.
- 
Constructor Details- 
ScheduledBusinessDayExtractorImplpublic ScheduledBusinessDayExtractorImpl()
 
- 
- 
Method Details- 
extractScheduledBusinessDayspublic org.springframework.util.MultiValueMap<DayOfWeek,BusinessDay> extractScheduledBusinessDays(Method method) Description copied from interface:ScheduledBusinessDayExtractorProcesses all @ScheduledBusinessDay annotations from givenmethodand converts to information about working intervals for certain days of week.- Specified by:
- extractScheduledBusinessDaysin interface- ScheduledBusinessDayExtractor
- Parameters:
- method- from annotated business calendar.
- Returns:
- information about scheduled business days.
- See Also:
 
 
-