Package org.mapstruct.ap.internal.util
Class MetaAnnotations<G extends org.mapstruct.tools.gem.Gem,V>
- java.lang.Object
-
- org.mapstruct.ap.internal.util.MetaAnnotations<G,V>
-
public abstract class MetaAnnotations<G extends org.mapstruct.tools.gem.Gem,V> extends Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MetaAnnotations(ElementUtils elementUtils, String annotationFqn)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
addInstance(G gem, Element source, Set<V> values)
Set<V>
getProcessedAnnotations(Element source)
Retrieves the processed annotations.protected abstract G
instanceOn(Element element)
-
-
-
Constructor Detail
-
MetaAnnotations
protected MetaAnnotations(ElementUtils elementUtils, String annotationFqn)
-
-