Uses of Class
org.mapstruct.ap.internal.model.ValueMappingMethod.Builder
-
Packages that use ValueMappingMethod.Builder Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of ValueMappingMethod.Builder in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return ValueMappingMethod.Builder Modifier and Type Method Description ValueMappingMethod.Builder
ValueMappingMethod.Builder. enumMapping(EnumMappingOptions enumMapping)
ValueMappingMethod.Builder
ValueMappingMethod.Builder. mappingContext(MappingBuilderContext mappingContext)
ValueMappingMethod.Builder
ValueMappingMethod.Builder. method(Method sourceMethod)
ValueMappingMethod.Builder
ValueMappingMethod.Builder. valueMappings(List<ValueMappingOptions> valueMappings)
-