
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ValueProvider |
of(Accessor accessor)
Creates a
ValueProvider from the provided accessor. |
String |
toString() |
public String getValue()
public static ValueProvider of(Accessor accessor)
ValueProvider from the provided accessor. The base value is
Accessor.getSimpleName(). If the accessor is for an executable, then () is
appended.accessor - that provides the valueValueProvider tha provides a read value for the accessorCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.