Uses of Class
org.mapstruct.ap.internal.model.common.BuilderType
Packages that use BuilderType
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
-
Uses of BuilderType in org.mapstruct.ap.internal.model
Fields in org.mapstruct.ap.internal.model declared as BuilderTypeModifier and TypeFieldDescriptionprotected BuilderTypePropertyMapping.MappingBuilderBase.targetBuilderTypeprotected BuilderTypePropertyMapping.MappingBuilderBase.targetBuilderTypeprotected BuilderTypePropertyMapping.MappingBuilderBase.targetBuilderTypeMethods in org.mapstruct.ap.internal.model with parameters of type BuilderTypeModifier and TypeMethodDescriptionstatic MethodReferenceObjectFactoryMethodResolver.getBuilderFactoryMethod(Type typeToBuild, BuilderType builder) static MethodReferenceObjectFactoryMethodResolver.getBuilderFactoryMethod(Method method, BuilderType builder) static MethodReferenceBuilderFinisherMethodResolver.getBuilderFinisherMethod(Method method, BuilderType builderType, MappingBuilderContext ctx) -
Uses of BuilderType in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return BuilderTypeModifier and TypeMethodDescriptionTypeFactory.builderTypeFor(Type type, org.mapstruct.ap.internal.gem.BuilderGem builder) static BuilderTypeBuilderType.create(BuilderInfo builderInfo, Type typeToBuild, TypeFactory typeFactory, TypeUtils typeUtils)