public class AnnotationProxyProvider extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnnotationProxyProvider.AnnotationProxy |
class |
AnnotationProxyProvider.AnnotationProxyBuilder<A> |
| Constructor and Description |
|---|
AnnotationProxyProvider(org.jboss.jandex.IndexView index) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
builder(org.jboss.jandex.AnnotationInstance annotationInstance,
Class<A> annotationType) |
AnnotationProxyProvider(org.jboss.jandex.IndexView index)
public <A extends Annotation> AnnotationProxyProvider.AnnotationProxyBuilder<A> builder(org.jboss.jandex.AnnotationInstance annotationInstance, Class<A> annotationType)
Copyright © 2021 JBoss by Red Hat. All rights reserved.