
| Class | Description |
|---|---|
| AdderWrapper |
Wraps the assignment in a target setter.
|
| ArrayCopyWrapper |
Decorates the assignment as a Map or Collection constructor
|
| AssignmentWrapper |
Base class for decorators (wrappers).
|
| EnumConstantWrapper | |
| ExistingInstanceSetterWrapperForCollectionsAndMaps |
This wrapper handles the situation where an assignment is done for an update method.
|
| GetterWrapperForCollectionsAndMaps |
This wrapper handles the situation were an assignment must be done via a target getter method because there
is no setter available.
|
| Java8FunctionWrapper |
Wraps the assignment in a Function to be used in Java 8 map methods
|
| LocalVarWrapper |
Decorates an assignment as local variable.
|
| SetterWrapper |
Wraps the assignment in a target setter.
|
| SetterWrapperForCollectionsAndMaps |
This wrapper handles the situation where an assignment is done via the setter, without doing anything special.
|
| SetterWrapperForCollectionsAndMapsWithNullCheck |
This wrapper handles the situation where an assignment is done via the setter and a null check is needed.
|
| StreamAdderWrapper |
Wraps the assignment in a target setter.
|
| UpdateWrapper |
Wraps the assignment in a target setter.
|
| WrapperForCollectionsAndMaps |
This is the base class for the
GetterWrapperForCollectionsAndMaps and
SetterWrapperForCollectionsAndMaps |
Copyright © 2012-2019 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.