Uses of Class
org.mapstruct.ap.internal.model.common.BuilderType
-
Packages that use BuilderType Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.common 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
Methods in org.mapstruct.ap.internal.model with parameters of type BuilderType Modifier and Type Method Description static MethodReferenceObjectFactoryMethodResolver. getBuilderFactoryMethod(Method method, BuilderType builder)static MethodReferenceBuilderFinisherMethodResolver. getBuilderFinisherMethod(Method method, BuilderType builderType, MappingBuilderContext ctx)BeanMappingMethod.BuilderBeanMappingMethod.Builder. returnTypeBuilder(BuilderType returnTypeBuilder) -
Uses of BuilderType in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return BuilderType Modifier and Type Method Description BuilderTypeTypeFactory. builderTypeFor(Type type, org.mapstruct.ap.internal.gem.BuilderGem builder)static BuilderTypeBuilderType. create(BuilderInfo builderInfo, Type typeToBuild, TypeFactory typeFactory, TypeUtils typeUtils)
-