Package org.mapstruct.ap.spi
Class BuilderInfo.Builder
java.lang.Object
org.mapstruct.ap.spi.BuilderInfo.Builder
- Enclosing class:
BuilderInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Create theBuilderInfo.buildMethod(Collection<ExecutableElement> methods)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
builderCreationMethod
- Parameters:
method- The creation method for the builder- Returns:
- the builder for chaining
- See Also:
-
buildMethod
- Parameters:
methods- the build methods for the type- Returns:
- the builder for chaining
- See Also:
-
build
Create theBuilderInfo.- Returns:
- the created
BuilderInfo - Throws:
IllegalArgumentException- if the builder creation or build methods arenull
-