Uses of Interface
org.mapstruct.ap.spi.BuilderProvider
-
Packages that use BuilderProvider Package Description org.mapstruct.ap.internal.util Several helper types dealing with collection types, option management etc.org.mapstruct.ap.spi SPI (service provider interface) contracts to be implemented for advanced use cases. -
-
Uses of BuilderProvider in org.mapstruct.ap.internal.util
Methods in org.mapstruct.ap.internal.util that return BuilderProvider Modifier and Type Method Description BuilderProviderAnnotationProcessorContext. getBuilderProvider() -
Uses of BuilderProvider in org.mapstruct.ap.spi
Classes in org.mapstruct.ap.spi that implement BuilderProvider Modifier and Type Class Description classDefaultBuilderProviderDefault implementation ofBuilderProvider.classImmutablesBuilderProviderBuilder provider for Immutables.classNoOpBuilderProviderA NoOpBuilderProviderwhich returnsnullwhen searching for a builder.
-