public final class TransformedAnnotationsBuildItem extends io.quarkus.builder.item.SimpleBuildItem implements Function<org.jboss.jandex.AnnotationTarget,Collection<org.jboss.jandex.AnnotationInstance>>
AnnotationsTransformer| Constructor and Description |
|---|
TransformedAnnotationsBuildItem(BeanDeployment beanDeployment) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.jboss.jandex.AnnotationInstance> |
apply(org.jboss.jandex.AnnotationTarget target) |
org.jboss.jandex.AnnotationInstance |
getAnnotation(org.jboss.jandex.AnnotationTarget target,
org.jboss.jandex.DotName name) |
Collection<org.jboss.jandex.AnnotationInstance> |
getAnnotations(org.jboss.jandex.AnnotationTarget target) |
TransformedAnnotationsBuildItem(BeanDeployment beanDeployment)
public Collection<org.jboss.jandex.AnnotationInstance> getAnnotations(org.jboss.jandex.AnnotationTarget target)
public org.jboss.jandex.AnnotationInstance getAnnotation(org.jboss.jandex.AnnotationTarget target,
org.jboss.jandex.DotName name)
public Collection<org.jboss.jandex.AnnotationInstance> apply(org.jboss.jandex.AnnotationTarget target)
apply in interface Function<org.jboss.jandex.AnnotationTarget,Collection<org.jboss.jandex.AnnotationInstance>>Copyright © 2021 JBoss by Red Hat. All rights reserved.