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