public static class Decorator.Builder extends GeneratedType.GeneratedTypeBuilder<Decorator.Builder>
elementUtils, extraImportedTypes, methods, options, typeFactory, versionInformation
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
elementUtils, extraImports, methods, options, typeFactory, versionInformation
public Decorator.Builder mapperElement(TypeElement mapperElement)
public Decorator.Builder decoratedWith(org.mapstruct.ap.internal.gem.DecoratedWithGem decoratedGem)
public Decorator.Builder hasDelegateConstructor(boolean hasDelegateConstructor)
public Decorator.Builder implName(String implName)
public Decorator.Builder implPackage(String implPackage)
public Decorator build()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.