Uses of Class
org.mapstruct.ap.internal.model.Decorator.Builder
-
Packages that use Decorator.Builder Package Description org.mapstruct.ap.internal.model 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.Builder Modifier and Type Method Description Decorator.BuilderDecorator.Builder. decoratedWith(org.mapstruct.ap.internal.gem.DecoratedWithGem decoratedGem)Decorator.BuilderDecorator.Builder. hasDelegateConstructor(boolean hasDelegateConstructor)Decorator.BuilderDecorator.Builder. implName(String implName)Decorator.BuilderDecorator.Builder. implPackage(String implPackage)Decorator.BuilderDecorator.Builder. mapperElement(TypeElement mapperElement)Decorator.BuilderDecorator.Builder. suppressGeneratorTimestamp(boolean suppressGeneratorTimestamp)
-