public class ExecutableElementToMethod extends Object implements Function<ExecutableElement,Method>
| Constructor and Description |
|---|
ExecutableElementToMethod(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction,
Function<VariableElement,Property> propertyAdapterFunction,
Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction) |
public ExecutableElementToMethod(AptContext context, Function<TypeMirror,TypeRef> referenceAdapterFunction, Function<VariableElement,Property> propertyAdapterFunction, Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction)
public Method apply(ExecutableElement executableElement)
apply in interface Function<ExecutableElement,Method>Copyright © 2023. All rights reserved.