Uses of Class
org.mapstruct.util.Experimental
-
Packages that use Experimental 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.org.mapstruct.control -
-
Uses of Experimental in org.mapstruct
Classes in org.mapstruct with annotations of type Experimental Modifier and Type Class Description interfaceBuilderConfiguration of builders, e.g.interfaceSubclassMappingConfigures the mapping to handle hierarchy of the source type.interfaceSubclassMappingsConfigures the SubclassMappings of several subclasses. -
Uses of Experimental in org.mapstruct.control
Classes in org.mapstruct.control with annotations of type Experimental Modifier and Type Class Description interfaceDeepCloneClones a source type to a target type (assuming source and target are of the same type).interfaceNoComplexMappingDisables complex mappings, mappings that require 2 mapping means (method, built-in conversion) to constitute a mapping from source to target.
-