Uses of Class
org.mapstruct.ap.internal.model.PropertyMapping
-
Packages that use PropertyMapping Package Description org.mapstruct.ap.internal.model 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 PropertyMapping Modifier and Type Method Description PropertyMapping
PropertyMapping.ConstantMappingBuilder. build()
PropertyMapping
PropertyMapping.JavaExpressionMappingBuilder. build()
PropertyMapping
PropertyMapping.PropertyMappingBuilder. build()
Methods in org.mapstruct.ap.internal.model that return types with arguments of type PropertyMapping Modifier and Type Method Description List<PropertyMapping>
BeanMappingMethod. constructorPropertyMappingsByParameter(Parameter parameter)
List<PropertyMapping>
BeanMappingMethod. getConstantMappings()
List<PropertyMapping>
BeanMappingMethod. getConstructorConstantMappings()
List<PropertyMapping>
NestedTargetPropertyMappingHolder. getPropertyMappings()
List<PropertyMapping>
BeanMappingMethod. propertyMappingsByParameter(Parameter parameter)
-