Uses of Class
org.mapstruct.ap.internal.model.ForgedMethodHistory
-
Packages that use ForgedMethodHistory Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor
-
-
Uses of ForgedMethodHistory in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return ForgedMethodHistory Modifier and Type Method Description ForgedMethodHistory
AbstractMappingMethodBuilder. getDescription()
ForgedMethodHistory
ForgedMethod. getHistory()
Methods in org.mapstruct.ap.internal.model with parameters of type ForgedMethodHistory Modifier and Type Method Description static ForgedMethod
ForgedMethod. forElementMapping(String name, Type sourceType, Type returnType, Method basedOn, ForgedMethodHistory history, boolean forgedNameBased)
Creates a new forged method for mapping a collection element, map key/value or stream elementstatic ForgedMethod
ForgedMethod. forPropertyMapping(String name, Type sourceType, Type returnType, List<Parameter> parameters, Method basedOn, ForgedMethodHistory history, MappingReferences mappingReferences, boolean forgedNameBased)
Creates a new forged method for mapping a bean property to a propertystatic ForgedMethod
ForgedMethod. forSubclassMapping(String name, Type sourceType, Type returnType, Method basedOn, MappingReferences mappingReferences, ForgedMethodHistory history, boolean forgedNameBased)
Creates a new forged method for mapping a SubclassMapping elementAssignment
MappingBuilderContext.MappingResolver. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger)
returns a parameter assignmentConstructors in org.mapstruct.ap.internal.model with parameters of type ForgedMethodHistory Constructor Description ForgedMethodHistory(ForgedMethodHistory history, String sourceElement, String targetPropertyName, Type sourceType, Type targetType, boolean usePropertyNames, String elementType)
-
Uses of ForgedMethodHistory in org.mapstruct.ap.internal.processor.creation
Methods in org.mapstruct.ap.internal.processor.creation with parameters of type ForgedMethodHistory Modifier and Type Method Description Assignment
MappingResolverImpl. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger)
-