
public interface Accessor
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getAccessedType()
This returns the type that this accessor gives as a return.
|
AccessorType |
getAccessorType()
The accessor type
|
Element |
getElement() |
Set<Modifier> |
getModifiers() |
String |
getSimpleName() |
TypeMirror getAccessedType()
ExecutableElement.getReturnType() if this is a method accessor,
or Element.asType() for field accessors.String getSimpleName()
Element getElement()
Element, VariableElement or ExecutableElementAccessorType getAccessorType()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.