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
Fields in org.mapstruct.ap.internal.model declared as BuilderType Modifier and Type Field Description private BuilderTypeBeanMappingMethod.Builder. returnTypeBuilderprivate BuilderTypeBeanMappingMethod. returnTypeBuilderprotected BuilderTypePropertyMapping.MappingBuilderBase. targetBuilderTypeMethods in org.mapstruct.ap.internal.model with parameters of type BuilderType Modifier and Type Method Description (package private) AssignmentAbstractBaseBuilder. createForgedAssignment(SourceRHS sourceRHS, BuilderType builderType, ForgedMethod forgedMethod)Creates a forged assignment from the providedsourceRHSandforgedMethod.static MethodReferenceObjectFactoryMethodResolver. getBuilderFactoryMethod(Type typeToBuild, BuilderType builder)static MethodReferenceObjectFactoryMethodResolver. getBuilderFactoryMethod(Method method, BuilderType builder)static MethodReferenceBuilderFinisherMethodResolver. getBuilderFinisherMethod(Method method, BuilderType builderType, MappingBuilderContext ctx)BeanMappingMethod.BuilderBeanMappingMethod.Builder. returnTypeBuilder(BuilderType returnTypeBuilder)Constructors in org.mapstruct.ap.internal.model with parameters of type BuilderType Constructor Description BeanMappingMethod(Method method, java.util.Collection<java.lang.String> existingVariableNames, java.util.List<PropertyMapping> propertyMappings, MethodReference factoryMethod, boolean mapNullToDefault, Type returnTypeToConstruct, BuilderType returnTypeBuilder, java.util.List<LifecycleCallbackMethodReference> beforeMappingReferences, java.util.List<LifecycleCallbackMethodReference> afterMappingReferences, MethodReference finalizerMethod, MappingReferences mappingReferences, java.util.List<SubclassMapping> subclassMappings) -
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, BuilderGem builder)static BuilderTypeBuilderType. create(BuilderInfo builderInfo, Type typeToBuild, TypeFactory typeFactory, TypeUtils typeUtils)
-