public class Fields extends Object
VariableElement
s.Modifier and Type | Method and Description |
---|---|
static List<VariableElement> |
getAllEnclosedFields(Elements elementUtils,
TypeElement element)
Finds all variable elements within the given type element, including variable
elements defined in super classes and implemented interfaces and including the fields in the .
|
static boolean |
isFieldAccessor(VariableElement method) |
public static boolean isFieldAccessor(VariableElement method)
public static List<VariableElement> getAllEnclosedFields(Elements elementUtils, TypeElement element)
elementUtils
- element helperelement
- the element to inspectCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.