Uses of Interface
org.mapstruct.ap.internal.model.AbstractMappingMethodBuilder.ForgeMethodCreator
-
Packages that use AbstractMappingMethodBuilder.ForgeMethodCreator Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of AbstractMappingMethodBuilder.ForgeMethodCreator in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return AbstractMappingMethodBuilder.ForgeMethodCreator Modifier and Type Method Description static AbstractMappingMethodBuilder.ForgeMethodCreatorAbstractMappingMethodBuilder.ForgeMethodCreator. forSubclassMapping(MappingReferences mappingReferences)Methods in org.mapstruct.ap.internal.model with parameters of type AbstractMappingMethodBuilder.ForgeMethodCreator Modifier and Type Method Description private AssignmentAbstractMappingMethodBuilder. forgeMapping(SourceRHS sourceRHS, Type sourceType, Type targetType, AbstractMappingMethodBuilder.ForgeMethodCreator forgeMethodCreator)
-