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
Fields in org.mapstruct.ap.internal.model.common with type parameters of type BuilderInfo Modifier and Type Field Description private static Extractor<BuilderInfo,java.lang.String>TypeFactory. BUILDER_INFO_CREATION_METHOD_EXTRACTORMethods in org.mapstruct.ap.internal.model.common that return BuilderInfo Modifier and Type Method Description private BuilderInfoTypeFactory. findBuilder(javax.lang.model.type.TypeMirror type, BuilderGem builderGem, boolean report)Methods in org.mapstruct.ap.internal.model.common with parameters of type BuilderInfo Modifier and Type Method Description static BuilderTypeBuilderType. create(BuilderInfo builderInfo, Type typeToBuild, TypeFactory typeFactory, TypeUtils typeUtils) -
Uses of BuilderInfo in org.mapstruct.ap.spi
Fields in org.mapstruct.ap.spi with type parameters of type BuilderInfo Modifier and Type Field Description private java.util.List<BuilderInfo>MoreThanOneBuilderCreationMethodException. builderCreationMethodsMethods in org.mapstruct.ap.spi that return BuilderInfo Modifier and Type Method Description BuilderInfoBuilderInfo.Builder. build()Create theBuilderInfo.BuilderInfoBuilderProvider. findBuilderInfo(javax.lang.model.type.TypeMirror type)Find the builder information, if any, for thetype.protected BuilderInfoDefaultBuilderProvider. findBuilderInfo(javax.lang.model.element.TypeElement typeElement)Find theBuilderInfofor the giventypeElement.BuilderInfoDefaultBuilderProvider. findBuilderInfo(javax.lang.model.type.TypeMirror type)protected BuilderInfoImmutablesBuilderProvider. findBuilderInfo(javax.lang.model.element.TypeElement typeElement)BuilderInfoNoOpBuilderProvider. findBuilderInfo(javax.lang.model.type.TypeMirror type)protected BuilderInfoImmutablesBuilderProvider. findBuilderInfoForImmutables(javax.lang.model.element.TypeElement typeElement, javax.lang.model.element.TypeElement immutableAnnotation)Methods in org.mapstruct.ap.spi that return types with arguments of type BuilderInfo Modifier and Type Method Description java.util.List<BuilderInfo>MoreThanOneBuilderCreationMethodException. getBuilderInfo()Constructor parameters in org.mapstruct.ap.spi with type arguments of type BuilderInfo Constructor Description MoreThanOneBuilderCreationMethodException(javax.lang.model.type.TypeMirror type, java.util.List<BuilderInfo> builderCreationMethods)
-