Uses of Class
org.mapstruct.ap.internal.model.ForgedMethodHistory
Packages that use ForgedMethodHistory
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Contains all helper classes for the
MapperCreationProcessor-
Uses of ForgedMethodHistory in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return ForgedMethodHistoryModifier and TypeMethodDescriptionAbstractMappingMethodBuilder.getDescription()ForgedMethod.getHistory()Methods in org.mapstruct.ap.internal.model with parameters of type ForgedMethodHistoryModifier and TypeMethodDescriptionstatic ForgedMethodForgedMethod.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 ForgedMethodForgedMethod.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 ForgedMethodForgedMethod.forSubclassMapping(String name, Type sourceType, Type returnType, Method basedOn, MappingReferences mappingReferences, ForgedMethodHistory history, boolean forgedNameBased) Creates a new forged method for mapping a SubclassMapping elementMappingBuilderContext.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 ForgedMethodHistoryModifierConstructorDescriptionForgedMethodHistory(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 ForgedMethodHistoryModifier and TypeMethodDescriptionMappingResolverImpl.getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger)