Class Property_Builder.Partial.PartialBuilder
- java.lang.Object
-
- org.inferred.freebuilder.processor.property.Property_Builder
-
- org.inferred.freebuilder.processor.property.Property.Builder
-
- org.inferred.freebuilder.processor.property.Property_Builder.Partial.PartialBuilder
-
- Enclosing class:
- Property_Builder.Partial
private static class Property_Builder.Partial.PartialBuilder extends Property.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePartialBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propertybuild()Returns a newly-createdPropertybased on the contents of thisBuilder.-
Methods inherited from class org.inferred.freebuilder.processor.property.Property_Builder
addAccessorAnnotations, addAccessorAnnotations, addAllAccessorAnnotations, addAllAccessorAnnotations, addAllAccessorAnnotations, addAllGetterAnnotations, addAllGetterAnnotations, addAllGetterAnnotations, addAllPutAnnotations, addAllPutAnnotations, addAllPutAnnotations, addGetterAnnotations, addGetterAnnotations, addPutAnnotations, addPutAnnotations, buildPartial, clear, clearAccessorAnnotations, clearBoxedType, clearGetterAnnotations, clearPutAnnotations, from, getAccessorAnnotations, getAllCapsName, getBoxedType, getCapitalizedName, getGetterAnnotations, getGetterName, getName, getPutAnnotations, getType, isFullyCheckedCast, isInEqualsAndHashCode, isInToString, isUsingBeanConvention, mapAllCapsName, mapBoxedType, mapCapitalizedName, mapFullyCheckedCast, mapGetterName, mapInEqualsAndHashCode, mapInToString, mapName, mapType, mapUsingBeanConvention, mergeFrom, mergeFrom, mutateAccessorAnnotations, mutateGetterAnnotations, mutatePutAnnotations, setAllCapsName, setBoxedType, setBoxedType, setCapitalizedName, setFullyCheckedCast, setGetterName, setInEqualsAndHashCode, setInToString, setName, setNullableBoxedType, setType, setUsingBeanConvention
-
-
-
-
Method Detail
-
build
public Property build()
Description copied from class:Property_BuilderReturns a newly-createdPropertybased on the contents of thisBuilder.- Overrides:
buildin classProperty_Builder
-
-