Uses of Enum
org.mapstruct.NullValueMappingStrategy
Packages that use NullValueMappingStrategy
Package
Description
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.
-
Uses of NullValueMappingStrategy in org.mapstruct
Methods in org.mapstruct that return NullValueMappingStrategyModifier and TypeMethodDescriptionstatic NullValueMappingStrategyReturns the enum constant of this type with the specified name.static NullValueMappingStrategy[]NullValueMappingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.