Class Datatype_Builder.Partial.PartialBuilder
- java.lang.Object
-
- org.inferred.freebuilder.processor.Datatype_Builder
-
- org.inferred.freebuilder.processor.Datatype.Builder
-
- org.inferred.freebuilder.processor.Datatype_Builder.Partial.PartialBuilder
-
- Enclosing class:
- Datatype_Builder.Partial
private static class Datatype_Builder.Partial.PartialBuilder extends Datatype.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePartialBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Datatypebuild()Returns a newly-builtDatatypebased on the content of theBuilder.-
Methods inherited from class org.inferred.freebuilder.processor.Datatype.Builder
setValueTypeVisibility
-
Methods inherited from class org.inferred.freebuilder.processor.Datatype_Builder
addAllGeneratedBuilderAnnotations, addAllGeneratedBuilderAnnotations, addAllGeneratedBuilderAnnotations, addAllNestedClasses, addAllNestedClasses, addAllNestedClasses, addAllValueTypeAnnotations, addAllValueTypeAnnotations, addAllValueTypeAnnotations, addGeneratedBuilderAnnotations, addGeneratedBuilderAnnotations, addNestedClasses, addNestedClasses, addValueTypeAnnotations, addValueTypeAnnotations, buildPartial, clear, clearBuilderFactory, clearGeneratedBuilderAnnotations, clearNestedClasses, clearRebuildableType, clearStandardMethodUnderrides, clearValueTypeAnnotations, from, getBuilder, getBuilderFactory, getBuildMethod, getBuildPartialMethod, getClearMethod, getGeneratedBuilder, getGeneratedBuilderAnnotations, getHasToBuilderMethod, getMergeFromBuilderMethod, getMergeFromValueMethod, getNestedClasses, getPartialType, getPropertyEnum, getRebuildableType, getStandardMethodUnderrides, getType, getValueType, getValueTypeAnnotations, getValueTypeVisibility, isBuilderSerializable, isExtensible, isInterfaceType, mapBuilder, mapBuilderFactory, mapBuilderSerializable, mapBuildMethod, mapBuildPartialMethod, mapClearMethod, mapExtensible, mapGeneratedBuilder, mapHasToBuilderMethod, mapInterfaceType, mapMergeFromBuilderMethod, mapMergeFromValueMethod, mapPartialType, mapPropertyEnum, mapRebuildableType, mapType, mapValueType, mapValueTypeVisibility, mergeFrom, mergeFrom, mutateGeneratedBuilderAnnotations, mutateNestedClasses, mutateStandardMethodUnderrides, mutateValueTypeAnnotations, putAllStandardMethodUnderrides, putStandardMethodUnderrides, removeStandardMethodUnderrides, setBuilder, setBuilderFactory, setBuilderFactory, setBuilderSerializable, setBuildMethod, setBuildPartialMethod, setClearMethod, setExtensible, setGeneratedBuilder, setHasToBuilderMethod, setInterfaceType, setMergeFromBuilderMethod, setMergeFromValueMethod, setNullableBuilderFactory, setNullableRebuildableType, setPartialType, setPropertyEnum, setRebuildableType, setRebuildableType, setType, setValueType
-
-
-
-
Method Detail
-
build
public Datatype build()
Description copied from class:Datatype.BuilderReturns a newly-builtDatatypebased on the content of theBuilder.- Overrides:
buildin classDatatype.Builder
-
-