Package io.sundr.adapter.apt
Class TypeMirrorToTypeRef
- java.lang.Object
-
- io.sundr.adapter.apt.TypeMirrorToTypeRef
-
- All Implemented Interfaces:
Function<TypeMirror,io.sundr.model.TypeRef>
public class TypeMirrorToTypeRef extends Object implements Function<TypeMirror,io.sundr.model.TypeRef>
-
-
Constructor Summary
Constructors Constructor Description TypeMirrorToTypeRef(AptContext context)
-
-
-
Constructor Detail
-
TypeMirrorToTypeRef
public TypeMirrorToTypeRef(AptContext context)
-
-
Method Detail
-
apply
public io.sundr.model.TypeRef apply(TypeMirror item)
- Specified by:
applyin interfaceFunction<TypeMirror,io.sundr.model.TypeRef>
-
-