Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Decorator |
build() |
Decorator.Builder |
decoratorPrism(org.mapstruct.ap.internal.prism.DecoratedWithPrism decoratorPrism) |
Decorator.Builder |
elementUtils(Elements elementUtils) |
Decorator.Builder |
extraImports(SortedSet<Type> extraImportedTypes) |
Decorator.Builder |
hasDelegateConstructor(boolean hasDelegateConstructor) |
Decorator.Builder |
implName(String implName) |
Decorator.Builder |
implPackage(String implPackage) |
Decorator.Builder |
mapperElement(TypeElement mapperElement) |
Decorator.Builder |
methods(List<MappingMethod> methods) |
Decorator.Builder |
options(Options options) |
Decorator.Builder |
typeFactory(TypeFactory typeFactory) |
Decorator.Builder |
versionInformation(VersionInformation versionInformation) |
public Decorator.Builder elementUtils(Elements elementUtils)
public Decorator.Builder typeFactory(TypeFactory typeFactory)
public Decorator.Builder mapperElement(TypeElement mapperElement)
public Decorator.Builder decoratorPrism(org.mapstruct.ap.internal.prism.DecoratedWithPrism decoratorPrism)
public Decorator.Builder methods(List<MappingMethod> methods)
public Decorator.Builder options(Options options)
public Decorator.Builder versionInformation(VersionInformation versionInformation)
public Decorator.Builder hasDelegateConstructor(boolean hasDelegateConstructor)
public Decorator.Builder implName(String implName)
public Decorator.Builder implPackage(String implPackage)
public Decorator.Builder extraImports(SortedSet<Type> extraImportedTypes)
public Decorator build()
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.