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