Uses of Class
org.mapstruct.ap.internal.model.MapMappingMethod.Builder
-
Packages that use MapMappingMethod.Builder Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of MapMappingMethod.Builder in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return MapMappingMethod.Builder Modifier and Type Method Description MapMappingMethod.Builder
MapMappingMethod.Builder. keyFormattingParameters(FormattingParameters keyFormattingParameters)
MapMappingMethod.Builder
MapMappingMethod.Builder. keySelectionParameters(SelectionParameters keySelectionParameters)
MapMappingMethod.Builder
MapMappingMethod.Builder. valueFormattingParameters(FormattingParameters valueFormattingParameters)
MapMappingMethod.Builder
MapMappingMethod.Builder. valueSelectionParameters(SelectionParameters valueSelectionParameters)
-