Uses of Class
org.mapstruct.ap.internal.model.ValueMappingMethod.MappingEntry
-
Packages that use ValueMappingMethod.MappingEntry Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of ValueMappingMethod.MappingEntry in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return ValueMappingMethod.MappingEntry Modifier and Type Method Description ValueMappingMethod.MappingEntry
ValueMappingMethod. getDefaultTarget()
ValueMappingMethod.MappingEntry
ValueMappingMethod. getNullTarget()
Methods in org.mapstruct.ap.internal.model that return types with arguments of type ValueMappingMethod.MappingEntry Modifier and Type Method Description List<ValueMappingMethod.MappingEntry>
ValueMappingMethod. getValueMappings()
-