Uses of Class
org.mapstruct.ap.internal.model.beanmapping.PropertyEntry
Packages that use PropertyEntry
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
helper classes used in
BeanMappingMethod-
Uses of PropertyEntry in org.mapstruct.ap.internal.model
Method parameters in org.mapstruct.ap.internal.model with type arguments of type PropertyEntryModifier and TypeMethodDescriptionNestedPropertyMappingMethod.Builder.propertyEntries(List<PropertyEntry> propertyEntries) -
Uses of PropertyEntry in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return PropertyEntryModifier and TypeMethodDescriptionstatic PropertyEntryPropertyEntry.forSourceReference(String[] name, ReadAccessor readAccessor, PresenceCheckAccessor presenceChecker, Type type) Constructor used to createSourceReferenceproperty entries from a mappingAbstractReference.getDeepestProperty()AbstractReference.getShallowestProperty()Methods in org.mapstruct.ap.internal.model.beanmapping that return types with arguments of type PropertyEntryConstructor parameters in org.mapstruct.ap.internal.model.beanmapping with type arguments of type PropertyEntryModifierConstructorDescriptionprotectedAbstractReference(Parameter sourceParameter, List<PropertyEntry> sourcePropertyEntries, boolean isValid)