Uses of Class
org.mapstruct.ap.spi.BuilderInfo
Packages that use BuilderInfo
Package
Description
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
SPI (service provider interface) contracts to be implemented for advanced use cases.
-
Uses of BuilderInfo in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common with parameters of type BuilderInfoModifier and TypeMethodDescriptionstatic BuilderTypeBuilderType.create(BuilderInfo builderInfo, Type typeToBuild, TypeFactory typeFactory, TypeUtils typeUtils) -
Uses of BuilderInfo in org.mapstruct.ap.spi
Methods in org.mapstruct.ap.spi that return BuilderInfoModifier and TypeMethodDescriptionBuilderInfo.Builder.build()Create theBuilderInfo.BuilderProvider.findBuilderInfo(TypeMirror type) Find the builder information, if any, for thetype.protected BuilderInfoDefaultBuilderProvider.findBuilderInfo(TypeElement typeElement) Find theBuilderInfofor the giventypeElement.protected BuilderInfoDefaultBuilderProvider.findBuilderInfo(TypeElement typeElement, boolean checkParent) DefaultBuilderProvider.findBuilderInfo(TypeMirror type) protected BuilderInfoImmutablesBuilderProvider.findBuilderInfo(TypeElement typeElement) NoOpBuilderProvider.findBuilderInfo(TypeMirror type) protected BuilderInfoImmutablesBuilderProvider.findBuilderInfoForImmutables(TypeElement typeElement) protected BuilderInfoImmutablesBuilderProvider.findBuilderInfoForImmutables(TypeElement typeElement, TypeElement immutableAnnotation) Methods in org.mapstruct.ap.spi that return types with arguments of type BuilderInfoConstructor parameters in org.mapstruct.ap.spi with type arguments of type BuilderInfoModifierConstructorDescriptionMoreThanOneBuilderCreationMethodException(TypeMirror type, List<BuilderInfo> builderCreationMethods)