Uses of Class
org.inferred.freebuilder.processor.BuildableType.Builder
Packages that use BuildableType.Builder
-
Uses of BuildableType.Builder in org.inferred.freebuilder.processor
Subclasses of BuildableType.Builder in org.inferred.freebuilder.processorModifier and TypeClassDescriptionprivate static classMethods in org.inferred.freebuilder.processor that return BuildableType.BuilderModifier and TypeMethodDescriptionBuildableType_Builder.builderFactory(BuilderFactory builderFactory) Sets the value to be returned byBuildableType.builderFactory().BuildableType_Builder.builderType(Type builderType) Sets the value to be returned byBuildableType.builderType().BuildableType_Builder.clear()Resets the state of this builder.static BuildableType.BuilderBuildableType_Builder.from(BuildableType value) Creates a new builder usingvalueas a template.BuildableType_Builder.mapBuilderFactory(UnaryOperator<BuilderFactory> mapper) Replaces the value to be returned byBuildableType.builderFactory()by applyingmapperto it and using the result.BuildableType_Builder.mapBuilderType(UnaryOperator<Type> mapper) Replaces the value to be returned byBuildableType.builderType()by applyingmapperto it and using the result.BuildableType_Builder.mapMergeBuilder(UnaryOperator<BuildableType.MergeBuilderMethod> mapper) Replaces the value to be returned byBuildableType.mergeBuilder()by applyingmapperto it and using the result.BuildableType_Builder.mapPartialToBuilder(UnaryOperator<BuildableType.PartialToBuilderMethod> mapper) Replaces the value to be returned byBuildableType.partialToBuilder()by applyingmapperto it and using the result.BuildableType_Builder.mapSuppressUnchecked(UnaryOperator<Excerpt> mapper) Replaces the value to be returned byBuildableType.suppressUnchecked()by applyingmapperto it and using the result.BuildableType_Builder.mapType(UnaryOperator<Type> mapper) Replaces the value to be returned byBuildableType.type()by applyingmapperto it and using the result.BuildableType_Builder.mergeBuilder(BuildableType.MergeBuilderMethod mergeBuilder) Sets the value to be returned byBuildableType.mergeBuilder().BuildableType_Builder.mergeFrom(BuildableType value) Copies values fromvalue.BuildableType_Builder.mergeFrom(BuildableType.Builder template) Copies values fromtemplate, skipping unset properties.BuildableType_Builder.partialToBuilder(BuildableType.PartialToBuilderMethod partialToBuilder) Sets the value to be returned byBuildableType.partialToBuilder().BuildableType_Builder.suppressUnchecked(Excerpt suppressUnchecked) Sets the value to be returned byBuildableType.suppressUnchecked().BuildableType_Builder.Partial.toBuilder()abstract BuildableType.BuilderBuildableType_Builder.Rebuildable.toBuilder()BuildableType_Builder.Value.toBuilder()Sets the value to be returned byBuildableType.type().Methods in org.inferred.freebuilder.processor with parameters of type BuildableType.BuilderModifier and TypeMethodDescriptionBuildableType_Builder.mergeFrom(BuildableType.Builder template) Copies values fromtemplate, skipping unset properties.