Class BuildableType_Builder.Partial
- java.lang.Object
-
- org.inferred.freebuilder.processor.BuildableType
-
- org.inferred.freebuilder.processor.BuildableType_Builder.Rebuildable
-
- org.inferred.freebuilder.processor.BuildableType_Builder.Partial
-
- Enclosing class:
- BuildableType_Builder
private static final class BuildableType_Builder.Partial extends BuildableType_Builder.Rebuildable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classBuildableType_Builder.Partial.PartialBuilder-
Nested classes/interfaces inherited from class org.inferred.freebuilder.processor.BuildableType
BuildableType.Builder, BuildableType.MergeBuilderMethod, BuildableType.PartialToBuilderMethod
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.EnumSet<BuildableType_Builder.Property>_unsetPropertiesprivate BuilderFactorybuilderFactoryprivate TypebuilderTypeprivate BuildableType.MergeBuilderMethodmergeBuilderprivate BuildableType.PartialToBuilderMethodpartialToBuilderprivate ExcerptsuppressUncheckedprivate Typetype
-
Constructor Summary
Constructors Constructor Description Partial(BuildableType_Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuilderFactorybuilderFactory()TypebuilderType()Returns the builder type that will build instances ofBuildableType.type().booleanequals(java.lang.Object obj)inthashCode()BuildableType.MergeBuilderMethodmergeBuilder()BuildableType.PartialToBuilderMethodpartialToBuilder()ExcerptsuppressUnchecked()BuildableType.BuildertoBuilder()java.lang.StringtoString()Typetype()Returns the parameterized buildable type.-
Methods inherited from class org.inferred.freebuilder.processor.BuildableType
create, maybeBuilder, newBuilder
-
-
-
-
Field Detail
-
type
private final Type type
-
builderType
private final Type builderType
-
mergeBuilder
private final BuildableType.MergeBuilderMethod mergeBuilder
-
partialToBuilder
private final BuildableType.PartialToBuilderMethod partialToBuilder
-
builderFactory
private final BuilderFactory builderFactory
-
suppressUnchecked
private final Excerpt suppressUnchecked
-
_unsetProperties
private final java.util.EnumSet<BuildableType_Builder.Property> _unsetProperties
-
-
Constructor Detail
-
Partial
Partial(BuildableType_Builder builder)
-
-
Method Detail
-
type
public Type type()
Description copied from class:BuildableTypeReturns the parameterized buildable type.This may be parameterized with any compatible types, including concrete types, wildcards, type variables, or generic types containing any combination of the above.
- Specified by:
typein classBuildableType
-
builderType
public Type builderType()
Description copied from class:BuildableTypeReturns the builder type that will build instances ofBuildableType.type().- Specified by:
builderTypein classBuildableType
-
mergeBuilder
public BuildableType.MergeBuilderMethod mergeBuilder()
- Specified by:
mergeBuilderin classBuildableType
-
partialToBuilder
public BuildableType.PartialToBuilderMethod partialToBuilder()
- Specified by:
partialToBuilderin classBuildableType
-
builderFactory
public BuilderFactory builderFactory()
- Specified by:
builderFactoryin classBuildableType
-
suppressUnchecked
public Excerpt suppressUnchecked()
- Specified by:
suppressUncheckedin classBuildableType
-
toBuilder
public BuildableType.Builder toBuilder()
- Specified by:
toBuilderin classBuildableType_Builder.Rebuildable
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-