public final class AnnotatedRouteHandlerBuildItem
extends io.quarkus.builder.item.MultiBuildItem
| Constructor and Description |
|---|
AnnotatedRouteHandlerBuildItem(io.quarkus.arc.processor.BeanInfo bean,
org.jboss.jandex.MethodInfo method,
List<org.jboss.jandex.AnnotationInstance> routes,
org.jboss.jandex.AnnotationInstance routeBase) |
| Modifier and Type | Method and Description |
|---|---|
io.quarkus.arc.processor.BeanInfo |
getBean() |
org.jboss.jandex.MethodInfo |
getMethod() |
org.jboss.jandex.AnnotationInstance |
getRouteBase() |
List<org.jboss.jandex.AnnotationInstance> |
getRoutes() |
public AnnotatedRouteHandlerBuildItem(io.quarkus.arc.processor.BeanInfo bean,
org.jboss.jandex.MethodInfo method,
List<org.jboss.jandex.AnnotationInstance> routes,
org.jboss.jandex.AnnotationInstance routeBase)
public io.quarkus.arc.processor.BeanInfo getBean()
public org.jboss.jandex.MethodInfo getMethod()
public List<org.jboss.jandex.AnnotationInstance> getRoutes()
public org.jboss.jandex.AnnotationInstance getRouteBase()
Copyright © 2021 JBoss by Red Hat. All rights reserved.