Package | Description |
---|---|
org.mapstruct |
MapStruct is a code generator which simplifies the implementation of mappings between Java bean types by generating
mapping code at compile time, following a convention-over-configuration approach.
|
Modifier and Type | Method and Description |
---|---|
static NullValuePropertyMappingStrategy |
NullValuePropertyMappingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullValuePropertyMappingStrategy[] |
NullValuePropertyMappingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.