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