Uses of Class
org.mapstruct.ap.internal.model.Decorator.Builder
Packages that use Decorator.Builder
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of Decorator.Builder in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return Decorator.BuilderModifier and TypeMethodDescriptionDecorator.Builder.additionalAnnotations(Set<Annotation> customAnnotations) Decorator.Builder.decoratedWith(org.mapstruct.ap.internal.gem.DecoratedWithGem decoratedGem) Decorator.Builder.hasDelegateConstructor(boolean hasDelegateConstructor) Decorator.Builder.implPackage(String implPackage) Decorator.Builder.mapperElement(TypeElement mapperElement) Decorator.Builder.suppressGeneratorTimestamp(boolean suppressGeneratorTimestamp)