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(DecoratedWithGem decoratedGem)Decorator.BuilderDecorator.Builder. hasDelegateConstructor(boolean hasDelegateConstructor)Decorator.BuilderDecorator.Builder. implName(java.lang.String implName)Decorator.BuilderDecorator.Builder. implPackage(java.lang.String implPackage)Decorator.BuilderDecorator.Builder. mapperElement(javax.lang.model.element.TypeElement mapperElement)Decorator.BuilderDecorator.Builder. suppressGeneratorTimestamp(boolean suppressGeneratorTimestamp)
-