Uses of Enum
org.mapstruct.ap.internal.model.common.Assignment.AssignmentType
Packages that use Assignment.AssignmentType
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Meta-model of assignments.
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 -
Uses of Assignment.AssignmentType in org.mapstruct.ap.internal.model.assignment
Methods in org.mapstruct.ap.internal.model.assignment that return Assignment.AssignmentType -
Uses of Assignment.AssignmentType in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return Assignment.AssignmentTypeModifier and TypeMethodDescriptionAssignment.getType()Returns whether the type of assignmentSourceRHS.getType()static Assignment.AssignmentTypeReturns 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.