Package org.mapstruct.ap.internal.model
Class NestedPropertyMappingMethod.SafePropertyEntry
- java.lang.Object
-
- org.mapstruct.ap.internal.model.NestedPropertyMappingMethod.SafePropertyEntry
-
- Enclosing class:
- NestedPropertyMappingMethod
public static class NestedPropertyMappingMethod.SafePropertyEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description SafePropertyEntry(PropertyEntry entry, String safeName, String previousPropertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAccessorName()
String
getName()
PresenceCheck
getPresenceChecker()
String
getPreviousPropertyName()
Type
getType()
int
hashCode()
-
-
-
Constructor Detail
-
SafePropertyEntry
public SafePropertyEntry(PropertyEntry entry, String safeName, String previousPropertyName)
-
-
Method Detail
-
getName
public String getName()
-
getAccessorName
public String getAccessorName()
-
getPresenceChecker
public PresenceCheck getPresenceChecker()
-
getPreviousPropertyName
public String getPreviousPropertyName()
-
getType
public Type getType()
-
-