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