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
Fields in org.mapstruct.ap.internal.model declared as ForgedMethodHistory Modifier and Type Field Description private ForgedMethodHistoryAbstractMappingMethodBuilder. descriptionprivate ForgedMethodHistoryForgedMethod. historyprivate ForgedMethodHistoryForgedMethodHistory. prevHistoryMethods in org.mapstruct.ap.internal.model that return ForgedMethodHistory Modifier and Type Method Description ForgedMethodHistoryAbstractMappingMethodBuilder. getDescription()private ForgedMethodHistoryPropertyMapping.PropertyMappingBuilder. getForgedMethodHistory(SourceRHS sourceRHS)private ForgedMethodHistoryPropertyMapping.PropertyMappingBuilder. getForgedMethodHistory(SourceRHS sourceRHS, java.lang.String suffix)ForgedMethodHistoryForgedMethod. getHistory()Methods in org.mapstruct.ap.internal.model with parameters of type ForgedMethodHistory Modifier and Type Method Description ForgedMethodAbstractMappingMethodBuilder.ForgeMethodCreator. createMethod(java.lang.String name, Type sourceType, Type returnType, Method basedOn, ForgedMethodHistory history, boolean forgedNameBased)static ForgedMethodForgedMethod. forElementMapping(java.lang.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(java.lang.String name, Type sourceType, Type returnType, java.util.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(java.lang.String name, Type sourceType, Type returnType, Method basedOn, MappingReferences mappingReferences, ForgedMethodHistory history, boolean forgedNameBased)Creates a new forged method for mapping a SubclassMapping elementAssignmentMappingBuilderContext.MappingResolver. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger)returns a parameter assignmentConstructors in org.mapstruct.ap.internal.model with parameters of type ForgedMethodHistory Constructor Description ForgedMethod(java.lang.String name, Type sourceType, Type returnType, java.util.List<Parameter> additionalParameters, Method basedOn, ForgedMethodHistory history, MappingReferences mappingReferences, boolean forgedNameBased)ForgedMethodHistory(ForgedMethodHistory history, java.lang.String sourceElement, java.lang.String targetPropertyName, Type sourceType, Type targetType, boolean usePropertyNames, java.lang.String elementType) -
Uses of ForgedMethodHistory in org.mapstruct.ap.internal.processor.creation
Fields in org.mapstruct.ap.internal.processor.creation declared as ForgedMethodHistory Modifier and Type Field Description private ForgedMethodHistoryMappingResolverImpl.ResolvingAttempt. descriptionMethods in org.mapstruct.ap.internal.processor.creation with parameters of type ForgedMethodHistory Modifier and Type Method Description AssignmentMappingResolverImpl. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger)Constructors in org.mapstruct.ap.internal.processor.creation with parameters of type ForgedMethodHistory Constructor Description ResolvingAttempt(java.util.List<Method> sourceModel, Method mappingMethod, ForgedMethodHistory description, FormattingParameters formattingParameters, SourceRHS sourceRHS, SelectionCriteria criteria, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger, java.util.List<BuiltInMethod> builtIns, FormattingMessager messager, boolean verboseLogging)
-