Class BuildableType_Builder.Partial.PartialBuilder
- java.lang.Object
-
- org.inferred.freebuilder.processor.BuildableType_Builder
-
- org.inferred.freebuilder.processor.BuildableType.Builder
-
- org.inferred.freebuilder.processor.BuildableType_Builder.Partial.PartialBuilder
-
- Enclosing class:
- BuildableType_Builder.Partial
private static class BuildableType_Builder.Partial.PartialBuilder extends BuildableType.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePartialBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildableTypebuild()Returns a newly-createdBuildableTypebased on the contents of thisBuilder.-
Methods inherited from class org.inferred.freebuilder.processor.BuildableType_Builder
builderFactory, builderFactory, builderType, builderType, buildPartial, clear, from, mapBuilderFactory, mapBuilderType, mapMergeBuilder, mapPartialToBuilder, mapSuppressUnchecked, mapType, mergeBuilder, mergeBuilder, mergeFrom, mergeFrom, partialToBuilder, partialToBuilder, suppressUnchecked, suppressUnchecked, type, type
-
-
-
-
Method Detail
-
build
public BuildableType build()
Description copied from class:BuildableType_BuilderReturns a newly-createdBuildableTypebased on the contents of thisBuilder.- Overrides:
buildin classBuildableType_Builder
-
-