public class AnnotationMirrorToAnnotationRef extends Object implements Function<AnnotationMirror,AnnotationRef>
| Constructor and Description |
|---|
AnnotationMirrorToAnnotationRef(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationRef |
apply(AnnotationMirror item) |
public AnnotationMirrorToAnnotationRef(AptContext context, Function<TypeMirror,TypeRef> referenceAdapterFunction)
public AnnotationRef apply(AnnotationMirror item)
apply in interface Function<AnnotationMirror,AnnotationRef>Copyright © 2023. All rights reserved.