public class TypeElementToTypeDef extends Object implements Function<TypeElement,TypeDef>
| Constructor and Description |
|---|
TypeElementToTypeDef(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction,
Function<VariableElement,Property> propertyAdapterFunction,
Function<ExecutableElement,Method> methodAdapterFunction,
Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction,
Function<TypeParameterElement,TypeParamDef> typeParamAdapterFunction) |
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
apply(TypeElement classElement) |
Set<ExecutableElement> |
getInheritedMethods(TypeElement typeElement) |
public TypeElementToTypeDef(AptContext context, Function<TypeMirror,TypeRef> referenceAdapterFunction, Function<VariableElement,Property> propertyAdapterFunction, Function<ExecutableElement,Method> methodAdapterFunction, Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction, Function<TypeParameterElement,TypeParamDef> typeParamAdapterFunction)
public TypeDef apply(TypeElement classElement)
apply in interface Function<TypeElement,TypeDef>public Set<ExecutableElement> getInheritedMethods(TypeElement typeElement)
Copyright © 2023. All rights reserved.