Package io.sundr.adapter.reflect
Class AnnotationClassToAnnotationRef
- java.lang.Object
-
- io.sundr.adapter.reflect.AnnotationClassToAnnotationRef
-
- All Implemented Interfaces:
Function<Class<? extends Annotation>,io.sundr.model.AnnotationRef>
public class AnnotationClassToAnnotationRef extends Object implements Function<Class<? extends Annotation>,io.sundr.model.AnnotationRef>
-
-
Constructor Summary
Constructors Constructor Description AnnotationClassToAnnotationRef(Function<Type,io.sundr.model.TypeRef> typeToTypeRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.AnnotationRefapply(Class<? extends Annotation> item)
-
-
-
Method Detail
-
apply
public io.sundr.model.AnnotationRef apply(Class<? extends Annotation> item)
- Specified by:
applyin interfaceFunction<Class<? extends Annotation>,io.sundr.model.AnnotationRef>
-
-