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 Summary
Constructors -
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.
-
Constructor Details
-
ScheduledBusinessDayExtractorImpl
public ScheduledBusinessDayExtractorImpl()
-
-
Method Details
-
extractScheduledBusinessDays
public 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 interfaceScheduledBusinessDayExtractor- Parameters:
method- from annotated business calendar.- Returns:
- information about scheduled business days.
- See Also:
-