
public class BuilderInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BuilderInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
ExecutableElement |
getBuilderCreationMethod()
The method that can be used for instantiating a builder.
|
Collection<ExecutableElement> |
getBuildMethods()
The methods that can be used to build the type being built.
|
public ExecutableElement getBuilderCreationMethod()
public static method in the type being buildpublic static method in the builder itselfpublic Collection<ExecutableElement> getBuildMethods()
public methods within the builder itselfCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.