Class AnnotationToRegisterIntoClientContextBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.rest.client.reactive.deployment.AnnotationToRegisterIntoClientContextBuildItem
-
public final class AnnotationToRegisterIntoClientContextBuildItem extends io.quarkus.builder.item.MultiBuildItemA Build Item that is used to register annotations that are used by the client to register services into the client context.
-
-
Constructor Summary
Constructors Constructor Description AnnotationToRegisterIntoClientContextBuildItem(org.jboss.jandex.DotName annotation, Class<?> expectedReturnType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.DotNamegetAnnotation()Class<?>getExpectedReturnType()
-
-
-
Constructor Detail
-
AnnotationToRegisterIntoClientContextBuildItem
public AnnotationToRegisterIntoClientContextBuildItem(org.jboss.jandex.DotName annotation, Class<?> expectedReturnType)
-
-
Method Detail
-
getAnnotation
public org.jboss.jandex.DotName getAnnotation()
-
getExpectedReturnType
public Class<?> getExpectedReturnType()
-
-