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.MultiBuildItem
A Build Item that is used to register annotations that are used by the client to register services into the client context.
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationToRegisterIntoClientContextBuildItem(org.jboss.jandex.DotName annotation, Class<?> expectedReturnType) -
Method Summary
-
Constructor Details
-
AnnotationToRegisterIntoClientContextBuildItem
public AnnotationToRegisterIntoClientContextBuildItem(org.jboss.jandex.DotName annotation, Class<?> expectedReturnType)
-
-
Method Details
-
getAnnotation
public org.jboss.jandex.DotName getAnnotation() -
getExpectedReturnType
-