Uses of Class
org.inferred.freebuilder.processor.BuildableType.PartialToBuilderMethod
-
Packages that use BuildableType.PartialToBuilderMethod Package Description org.inferred.freebuilder.processor -
-
Uses of BuildableType.PartialToBuilderMethod in org.inferred.freebuilder.processor
Fields in org.inferred.freebuilder.processor declared as BuildableType.PartialToBuilderMethod Modifier and Type Field Description private BuildableType.PartialToBuilderMethodBuildableType_Builder.Partial. partialToBuilderprivate BuildableType.PartialToBuilderMethodBuildableType_Builder. partialToBuilderprivate BuildableType.PartialToBuilderMethodBuildableType_Builder.Value. partialToBuilderMethods in org.inferred.freebuilder.processor that return BuildableType.PartialToBuilderMethod Modifier and Type Method Description private static BuildableType.PartialToBuilderMethodBuildableType. detectPartialToBuilderMethod(javax.lang.model.type.DeclaredType datatype, javax.lang.model.type.DeclaredType builder, javax.lang.model.util.Elements elements, javax.lang.model.util.Types types)BuildableType.PartialToBuilderMethodBuildableType_Builder.Partial. partialToBuilder()BuildableType.PartialToBuilderMethodBuildableType_Builder. partialToBuilder()Returns the value that will be returned byBuildableType.partialToBuilder().BuildableType.PartialToBuilderMethodBuildableType_Builder.Value. partialToBuilder()abstract BuildableType.PartialToBuilderMethodBuildableType. partialToBuilder()static BuildableType.PartialToBuilderMethodBuildableType.PartialToBuilderMethod. valueOf(java.lang.String name)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.PartialToBuilderMethod Modifier and Type Method Description BuildableType.BuilderBuildableType_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.PartialToBuilderMethod Modifier and Type Method Description BuildableType.BuilderBuildableType_Builder. mapPartialToBuilder(java.util.function.UnaryOperator<BuildableType.PartialToBuilderMethod> mapper)Replaces the value to be returned byBuildableType.partialToBuilder()by applyingmapperto it and using the result.
-