Uses of Class
org.mapstruct.ap.internal.model.beanmapping.PropertyEntry
-
Packages that use PropertyEntry Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.beanmapping helper classes used inBeanMappingMethod -
-
Uses of PropertyEntry in org.mapstruct.ap.internal.model
Method parameters in org.mapstruct.ap.internal.model with type arguments of type PropertyEntry Modifier and Type Method Description NestedPropertyMappingMethod.BuilderNestedPropertyMappingMethod.Builder. propertyEntries(List<PropertyEntry> propertyEntries)Constructors in org.mapstruct.ap.internal.model with parameters of type PropertyEntry Constructor Description SafePropertyEntry(PropertyEntry entry, String safeName, String previousPropertyName) -
Uses of PropertyEntry in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return PropertyEntry Modifier and Type Method Description static PropertyEntryPropertyEntry. forSourceReference(String[] name, ReadAccessor readAccessor, PresenceCheckAccessor presenceChecker, Type type)Constructor used to createSourceReferenceproperty entries from a mappingPropertyEntryAbstractReference. getDeepestProperty()PropertyEntryAbstractReference. getShallowestProperty()Methods in org.mapstruct.ap.internal.model.beanmapping that return types with arguments of type PropertyEntry Modifier and Type Method Description List<PropertyEntry>AbstractReference. getPropertyEntries()Constructor parameters in org.mapstruct.ap.internal.model.beanmapping with type arguments of type PropertyEntry Constructor Description AbstractReference(Parameter sourceParameter, List<PropertyEntry> sourcePropertyEntries, boolean isValid)
-