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