Uses of Class
org.mapstruct.ap.spi.BuilderInfo
-
Packages that use BuilderInfo Package Description org.mapstruct.ap.internal.model.common Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.org.mapstruct.ap.spi 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 BuilderInfo Modifier and Type Method Description static BuilderType
BuilderType. 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 BuilderInfo Modifier and Type Method Description BuilderInfo
BuilderInfo.Builder. build()
Create theBuilderInfo
.BuilderInfo
BuilderProvider. findBuilderInfo(TypeMirror type)
Find the builder information, if any, for thetype
.protected BuilderInfo
DefaultBuilderProvider. findBuilderInfo(TypeElement typeElement)
Find theBuilderInfo
for the giventypeElement
.protected BuilderInfo
DefaultBuilderProvider. findBuilderInfo(TypeElement typeElement, boolean checkParent)
BuilderInfo
DefaultBuilderProvider. findBuilderInfo(TypeMirror type)
protected BuilderInfo
ImmutablesBuilderProvider. findBuilderInfo(TypeElement typeElement)
BuilderInfo
NoOpBuilderProvider. findBuilderInfo(TypeMirror type)
protected BuilderInfo
ImmutablesBuilderProvider. findBuilderInfoForImmutables(TypeElement typeElement)
protected BuilderInfo
ImmutablesBuilderProvider. findBuilderInfoForImmutables(TypeElement typeElement, TypeElement immutableAnnotation)
Methods in org.mapstruct.ap.spi that return types with arguments of type BuilderInfo Modifier and Type Method Description List<BuilderInfo>
MoreThanOneBuilderCreationMethodException. getBuilderInfo()
Constructor parameters in org.mapstruct.ap.spi with type arguments of type BuilderInfo Constructor Description MoreThanOneBuilderCreationMethodException(TypeMirror type, List<BuilderInfo> builderCreationMethods)
-