Package io.sundr.adapter.apt
Class ExecutableElementToMethod
java.lang.Object
io.sundr.adapter.apt.ExecutableElementToMethod
- All Implemented Interfaces:
Function<ExecutableElement,Method>
-
Constructor Summary
ConstructorsConstructorDescriptionExecutableElementToMethod(AptContext context, Function<TypeMirror, TypeRef> referenceAdapterFunction, Function<VariableElement, Property> propertyAdapterFunction, Function<AnnotationMirror, AnnotationRef> annotationAdapterFunction) -
Method Summary
-
Constructor Details
-
ExecutableElementToMethod
public ExecutableElementToMethod(AptContext context, Function<TypeMirror, TypeRef> referenceAdapterFunction, Function<VariableElement, Property> propertyAdapterFunction, Function<AnnotationMirror, AnnotationRef> annotationAdapterFunction)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ExecutableElement,Method>
-