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
Fields in org.mapstruct.ap.internal.model with type parameters of type PropertyEntry Modifier and Type Field Description private java.util.Map<PropertyEntry,java.util.Set<MappingReference>>NestedTargetPropertyMappingHolder.GroupedSourceReferences. groupedBySourceReferencesprivate java.util.List<PropertyEntry>NestedPropertyMappingMethod.Builder. propertyEntriesMethod parameters in org.mapstruct.ap.internal.model with type arguments of type PropertyEntry Modifier and Type Method Description NestedPropertyMappingMethod.BuilderNestedPropertyMappingMethod.Builder. propertyEntries(java.util.List<PropertyEntry> propertyEntries)Constructors in org.mapstruct.ap.internal.model with parameters of type PropertyEntry Constructor Description SafePropertyEntry(PropertyEntry entry, java.lang.String safeName, java.lang.String previousPropertyName)Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type PropertyEntry Constructor Description GroupedSourceReferences(java.util.Map<PropertyEntry,java.util.Set<MappingReference>> groupedBySourceReferences, java.util.Set<MappingReference> nonNested, java.util.Set<MappingReference> notProcessedAppliesToAll, java.util.Set<MappingReference> sourceParameterMappings) -
Uses of PropertyEntry in org.mapstruct.ap.internal.model.beanmapping
Fields in org.mapstruct.ap.internal.model.beanmapping with type parameters of type PropertyEntry Modifier and Type Field Description private java.util.List<PropertyEntry>AbstractReference. propertyEntriesMethods in org.mapstruct.ap.internal.model.beanmapping that return PropertyEntry Modifier and Type Method Description static PropertyEntryPropertyEntry. forSourceReference(java.lang.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 java.util.List<PropertyEntry>AbstractReference. getPropertyEntries()private java.util.List<PropertyEntry>SourceReference.BuilderFromMapping. matchWithSourceAccessorTypes(Type type, java.lang.String[] entryNames)Method parameters in org.mapstruct.ap.internal.model.beanmapping with type arguments of type PropertyEntry Modifier and Type Method Description private voidSourceReference.BuilderFromMapping. reportErrorOnNoMatch(Parameter parameter, java.lang.String[] propertyNames, java.util.List<PropertyEntry> entries)Constructor parameters in org.mapstruct.ap.internal.model.beanmapping with type arguments of type PropertyEntry Constructor Description AbstractReference(Parameter sourceParameter, java.util.List<PropertyEntry> sourcePropertyEntries, boolean isValid)SourceReference(Parameter sourceParameter, java.util.List<PropertyEntry> sourcePropertyEntries, boolean isValid)
-