public interface ObserverTransformer extends BuildExtension
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ObserverTransformer.ObserverTransformation |
static interface |
ObserverTransformer.TransformationContext
Transformation context.
|
BuildExtension.BuildContext, BuildExtension.Key<T>, BuildExtension.SimpleKey<V>DEFAULT_PRIORITY| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(org.jboss.jandex.Type observedType,
Set<org.jboss.jandex.AnnotationInstance> qualifiers) |
void |
transform(ObserverTransformer.TransformationContext context) |
compare, getPriority, initializeboolean appliesTo(org.jboss.jandex.Type observedType,
Set<org.jboss.jandex.AnnotationInstance> qualifiers)
observedType - qualifiers - true if this transformer is meant to be applied to the supplied attributes of an observer method,
false otherwisevoid transform(ObserverTransformer.TransformationContext context)
context - Copyright © 2021 JBoss by Red Hat. All rights reserved.