Uses of Class
org.mapstruct.ap.internal.model.ForgedMethod
Packages that use ForgedMethod
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of ForgedMethod in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return ForgedMethodModifier 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.forParameterMapping(String name, Type sourceType, Type returnType, Method basedOn) Creates a new forged method with the given name for mapping a method parameter to a property.static 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 elementMethods in org.mapstruct.ap.internal.model that return types with arguments of type ForgedMethodModifier and TypeMethodDescriptionMappingBuilderContext.getForgedMethodsUnderCreation()Returns a map which is used to track which forged methods are under creation.MappingBuilderContext.getForgedMethodsUnderCreation()Returns a map which is used to track which forged methods are under creation.Methods in org.mapstruct.ap.internal.model with parameters of type ForgedMethodModifier and TypeMethodDescriptionBeanMappingMethod.Builder.forgedMethod(ForgedMethod forgedMethod) NestedPropertyMappingMethod.Builder.method(ForgedMethod sourceMethod) Constructors in org.mapstruct.ap.internal.model with parameters of type ForgedMethodModifierConstructorDescriptionForgedMethod(String name, ForgedMethod forgedMethod) creates a new ForgedMethod with the same arguments but with a new name