Uses of Enum
org.inferred.freebuilder.processor.BuildableType.PartialToBuilderMethod
Packages that use BuildableType.PartialToBuilderMethod
-
Uses of BuildableType.PartialToBuilderMethod in org.inferred.freebuilder.processor
Subclasses with type arguments of type BuildableType.PartialToBuilderMethod in org.inferred.freebuilder.processorModifier and TypeClassDescriptionstatic enumHow to convert a partial value into a Builder.Fields in org.inferred.freebuilder.processor declared as BuildableType.PartialToBuilderMethodModifier and TypeFieldDescriptionprivate final BuildableType.PartialToBuilderMethodBuildableType_Builder.Partial.partialToBuilderBuildableType_Builder.partialToBuilderprivate final BuildableType.PartialToBuilderMethodBuildableType_Builder.Value.partialToBuilderMethods in org.inferred.freebuilder.processor that return BuildableType.PartialToBuilderMethodModifier and TypeMethodDescriptionprivate static BuildableType.PartialToBuilderMethodBuildableType.detectPartialToBuilderMethod(DeclaredType datatype, DeclaredType builder, Elements elements, Types types) BuildableType_Builder.Partial.partialToBuilder()BuildableType_Builder.partialToBuilder()Returns the value that will be returned byBuildableType.partialToBuilder().BuildableType_Builder.Value.partialToBuilder()abstract BuildableType.PartialToBuilderMethodBuildableType.partialToBuilder()Returns the enum constant of this type with the specified name.static BuildableType.PartialToBuilderMethod[]BuildableType.PartialToBuilderMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.inferred.freebuilder.processor with parameters of type BuildableType.PartialToBuilderMethodModifier and TypeMethodDescriptionBuildableType_Builder.partialToBuilder(BuildableType.PartialToBuilderMethod partialToBuilder) Sets the value to be returned byBuildableType.partialToBuilder().Method parameters in org.inferred.freebuilder.processor with type arguments of type BuildableType.PartialToBuilderMethodModifier and TypeMethodDescriptionBuildableType_Builder.mapPartialToBuilder(UnaryOperator<BuildableType.PartialToBuilderMethod> mapper) Replaces the value to be returned byBuildableType.partialToBuilder()by applyingmapperto it and using the result.