Class SpringScheduledAnnotatedMethodBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.quarkus.spring.scheduled.deployment.SpringScheduledAnnotatedMethodBuildItem
-
public final class SpringScheduledAnnotatedMethodBuildItem extends io.quarkus.builder.item.SimpleBuildItemBuild Item recording all the methods that have been effectively annotated with@org.springframework.scheduling.annotation.Scheduled
-
-
Constructor Summary
Constructors Constructor Description SpringScheduledAnnotatedMethodBuildItem(Map<org.jboss.jandex.MethodInfo,org.jboss.jandex.AnnotationInstance> methodToInstanceMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<org.jboss.jandex.MethodInfo,org.jboss.jandex.AnnotationInstance>getMethodToInstanceMap()
-
-
-
Constructor Detail
-
SpringScheduledAnnotatedMethodBuildItem
public SpringScheduledAnnotatedMethodBuildItem(Map<org.jboss.jandex.MethodInfo,org.jboss.jandex.AnnotationInstance> methodToInstanceMap)
-
-
Method Detail
-
getMethodToInstanceMap
public Map<org.jboss.jandex.MethodInfo,org.jboss.jandex.AnnotationInstance> getMethodToInstanceMap()
-
-