public class VariableElementToProperty extends Object implements Function<VariableElement,Property>
| Constructor and Description |
|---|
VariableElementToProperty(AptContext context,
Function<TypeMirror,TypeRef> referenceAdapterFunction,
Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction) |
public VariableElementToProperty(AptContext context, Function<TypeMirror,TypeRef> referenceAdapterFunction, Function<AnnotationMirror,AnnotationRef> annotationAdapterFunction)
public Property apply(VariableElement variableElement)
apply in interface Function<VariableElement,Property>Copyright © 2023. All rights reserved.