Class Datatype_Builder.Rebuildable
- java.lang.Object
-
- org.inferred.freebuilder.processor.Datatype
-
- org.inferred.freebuilder.processor.Datatype_Builder.Rebuildable
-
- Direct Known Subclasses:
Datatype_Builder.Partial,Datatype_Builder.Value
- Enclosing class:
- Datatype_Builder
private abstract static class Datatype_Builder.Rebuildable extends Datatype
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.inferred.freebuilder.processor.Datatype
Datatype.Builder, Datatype.StandardMethod, Datatype.UnderrideLevel, Datatype.Visibility
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRebuildable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Datatype.BuildertoBuilder()-
Methods inherited from class org.inferred.freebuilder.processor.Datatype
getBuilder, getBuilderFactory, getBuildMethod, getBuildPartialMethod, getClearMethod, getGeneratedBuilder, getGeneratedBuilderAnnotations, getHasToBuilderMethod, getMergeFromBuilderMethod, getMergeFromValueMethod, getNestedClasses, getPartialType, getPropertyEnum, getRebuildableType, getStandardMethodUnderrides, getType, getValueType, getValueTypeAnnotations, getValueTypeVisibility, isBuilderSerializable, isExtensible, isInterfaceType, standardMethodUnderride
-
-
-
-
Method Detail
-
toBuilder
public abstract Datatype.Builder toBuilder()
-
-