Class Property_Builder.Rebuildable
- java.lang.Object
-
- org.inferred.freebuilder.processor.property.Property
-
- org.inferred.freebuilder.processor.property.Property_Builder.Rebuildable
-
- Direct Known Subclasses:
Property_Builder.Partial,Property_Builder.Value
- Enclosing class:
- Property_Builder
private abstract static class Property_Builder.Rebuildable extends Property
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.inferred.freebuilder.processor.property.Property
Property.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRebuildable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Property.BuildertoBuilder()-
Methods inherited from class org.inferred.freebuilder.processor.property.Property
getAccessorAnnotations, getAllCapsName, getBoxedType, getCapitalizedName, getField, getGetterAnnotations, getGetterName, getName, getPutAnnotations, getType, isFullyCheckedCast, isInEqualsAndHashCode, isInToString, isUsingBeanConvention
-
-
-
-
Method Detail
-
toBuilder
public abstract Property.Builder toBuilder()
-
-