Package io.sundr.adapter.apt
Class AnnotationMirrorToAnnotationRef
java.lang.Object
io.sundr.adapter.apt.AnnotationMirrorToAnnotationRef
- All Implemented Interfaces:
Function<AnnotationMirror,AnnotationRef>
public class AnnotationMirrorToAnnotationRef
extends Object
implements Function<AnnotationMirror,AnnotationRef>
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationMirrorToAnnotationRef(AptContext context, Function<TypeMirror, TypeRef> referenceAdapterFunction) -
Method Summary
-
Constructor Details
-
AnnotationMirrorToAnnotationRef
public AnnotationMirrorToAnnotationRef(AptContext context, Function<TypeMirror, TypeRef> referenceAdapterFunction)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<AnnotationMirror,AnnotationRef>
-