Class ScheduledAtDecoratorHandler
java.lang.Object
com.thewinterframework.service.decorator.scheduler.SchedulerDecoratorHandler<ScheduledAtContainer>
com.thewinterframework.service.decorator.scheduler.ScheduledAtDecoratorHandler
- All Implemented Interfaces:
ServiceDecoratorHandler<ScheduledAtContainer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the type of annotation this handler processes.protected SchedulerMethodmap(Class<?> service, ScheduledAtContainer annotation, AnnotatedMethodHandle<ScheduledAtContainer> method) Methods inherited from class com.thewinterframework.service.decorator.scheduler.SchedulerDecoratorHandler
onDiscover, onPluginEnableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thewinterframework.service.decorator.ServiceDecoratorHandler
onConfigure, onDiscoverOnType, onPluginDisable, onPluginLoad
-
Constructor Details
-
ScheduledAtDecoratorHandler
public ScheduledAtDecoratorHandler()
-
-
Method Details
-
map
protected SchedulerMethod map(Class<?> service, ScheduledAtContainer annotation, AnnotatedMethodHandle<ScheduledAtContainer> method) - Specified by:
mapin classSchedulerDecoratorHandler<ScheduledAtContainer>
-
getAnnotationType
Description copied from interface:ServiceDecoratorHandlerGets the type of annotation this handler processes.- Returns:
- The annotation type.
-