Uses of Class
org.mapstruct.ap.internal.model.common.Assignment.AssignmentType
-
Packages that use Assignment.AssignmentType Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.assignment Meta-model of assignments.org.mapstruct.ap.internal.model.common Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model. -
-
Uses of Assignment.AssignmentType in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return Assignment.AssignmentType Modifier and Type Method Description Assignment.AssignmentTypeMethodReference. getType()Assignment.AssignmentTypeTypeConversion. getType() -
Uses of Assignment.AssignmentType in org.mapstruct.ap.internal.model.assignment
Methods in org.mapstruct.ap.internal.model.assignment that return Assignment.AssignmentType Modifier and Type Method Description Assignment.AssignmentTypeAssignmentWrapper. getType() -
Uses of Assignment.AssignmentType in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return Assignment.AssignmentType Modifier and Type Method Description Assignment.AssignmentTypeAssignment. getType()Returns whether the type of assignmentAssignment.AssignmentTypeSourceRHS. getType()static Assignment.AssignmentTypeAssignment.AssignmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static Assignment.AssignmentType[]Assignment.AssignmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-