Uses of Class
org.mapstruct.ap.internal.model.PropertyMapping
Packages that use PropertyMapping
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of PropertyMapping in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return PropertyMappingModifier and TypeMethodDescriptionPropertyMapping.ConstantMappingBuilder.build()PropertyMapping.JavaExpressionMappingBuilder.build()PropertyMapping.PropertyMappingBuilder.build()Methods in org.mapstruct.ap.internal.model that return types with arguments of type PropertyMappingModifier and TypeMethodDescriptionBeanMappingMethod.constructorPropertyMappingsByParameter(Parameter parameter) BeanMappingMethod.getConstantMappings()BeanMappingMethod.getConstructorConstantMappings()NestedTargetPropertyMappingHolder.getPropertyMappings()BeanMappingMethod.propertyMappingsByParameter(Parameter parameter)