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