Package org.mapstruct.ap.internal.model
Class Decorator.Builder
- java.lang.Object
-
- org.mapstruct.ap.internal.model.GeneratedType.GeneratedTypeBuilder<Decorator.Builder>
-
- org.mapstruct.ap.internal.model.Decorator.Builder
-
- Enclosing class:
- Decorator
public static class Decorator.Builder extends GeneratedType.GeneratedTypeBuilder<Decorator.Builder>
-
-
Field Summary
-
Fields inherited from class org.mapstruct.ap.internal.model.GeneratedType.GeneratedTypeBuilder
elementUtils, extraImportedTypes, methods, options, typeFactory, versionInformation
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Decorator
build()
Decorator.Builder
decoratedWith(org.mapstruct.ap.internal.gem.DecoratedWithGem decoratedGem)
Decorator.Builder
hasDelegateConstructor(boolean hasDelegateConstructor)
Decorator.Builder
implName(String implName)
Decorator.Builder
implPackage(String implPackage)
Decorator.Builder
mapperElement(TypeElement mapperElement)
Decorator.Builder
suppressGeneratorTimestamp(boolean suppressGeneratorTimestamp)
-
Methods inherited from class org.mapstruct.ap.internal.model.GeneratedType.GeneratedTypeBuilder
elementUtils, extraImports, methods, options, typeFactory, versionInformation
-
-
-
-
Method Detail
-
mapperElement
public Decorator.Builder mapperElement(TypeElement mapperElement)
-
decoratedWith
public Decorator.Builder decoratedWith(org.mapstruct.ap.internal.gem.DecoratedWithGem decoratedGem)
-
hasDelegateConstructor
public Decorator.Builder hasDelegateConstructor(boolean hasDelegateConstructor)
-
implName
public Decorator.Builder implName(String implName)
-
implPackage
public Decorator.Builder implPackage(String implPackage)
-
suppressGeneratorTimestamp
public Decorator.Builder suppressGeneratorTimestamp(boolean suppressGeneratorTimestamp)
-
build
public Decorator build()
-
-