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
Fields in org.mapstruct.ap.internal.model with type parameters of type PropertyMapping Modifier and Type Field Description private java.util.List<PropertyMapping>BeanMappingMethod. constantMappingsprivate java.util.List<PropertyMapping>BeanMappingMethod. constructorConstantMappingsprivate java.util.Map<java.lang.String,java.util.List<PropertyMapping>>BeanMappingMethod. constructorMappingsByParameterprivate java.util.Map<java.lang.String,java.util.List<PropertyMapping>>BeanMappingMethod. mappingsByParameterprivate java.util.List<PropertyMapping>BeanMappingMethod.Builder. propertyMappingsprivate java.util.List<PropertyMapping>BeanMappingMethod. propertyMappingsprivate java.util.List<PropertyMapping>NestedTargetPropertyMappingHolder.Builder. propertyMappingsprivate java.util.List<PropertyMapping>NestedTargetPropertyMappingHolder. propertyMappingsMethods in org.mapstruct.ap.internal.model that return PropertyMapping Modifier and Type Method Description PropertyMappingPropertyMapping.ConstantMappingBuilder. build()PropertyMappingPropertyMapping.JavaExpressionMappingBuilder. build()PropertyMappingPropertyMapping.PropertyMappingBuilder. build()private PropertyMappingNestedTargetPropertyMappingHolder.Builder. createPropertyMappingForNestedTarget(MappingReferences mappingReferences, java.lang.String targetPropertyName, SourceReference sourceReference, boolean forceUpdateMethod)Methods in org.mapstruct.ap.internal.model that return types with arguments of type PropertyMapping Modifier and Type Method Description java.util.List<PropertyMapping>BeanMappingMethod. constructorPropertyMappingsByParameter(Parameter parameter)java.util.List<PropertyMapping>BeanMappingMethod. getConstantMappings()java.util.List<PropertyMapping>BeanMappingMethod. getConstructorConstantMappings()java.util.List<PropertyMapping>NestedTargetPropertyMappingHolder. getPropertyMappings()java.util.List<PropertyMapping>BeanMappingMethod. propertyMappingsByParameter(Parameter parameter)Methods in org.mapstruct.ap.internal.model with parameters of type PropertyMapping Modifier and Type Method Description private booleanBeanMappingMethod. doesNotNeedNullCheckForSourceParameter(PropertyMapping mapping)Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type PropertyMapping Constructor Description BeanMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariableNames, java.util.List<PropertyMapping> propertyMappings, MethodReference factoryMethod, boolean mapNullToDefault, Type returnTypeToConstruct, BuilderType returnTypeBuilder, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences, MethodReference finalizerMethod, MappingReferences mappingReferences, java.util.List<SubclassMapping> subclassMappings)
-