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