Uses of Class
org.inferred.freebuilder.processor.NameAndVisibility
-
Packages that use NameAndVisibility Package Description org.inferred.freebuilder.processor -
-
Uses of NameAndVisibility in org.inferred.freebuilder.processor
Methods in org.inferred.freebuilder.processor that return NameAndVisibility Modifier and Type Method Description NameAndVisibilityDatatype_Builder. getBuildMethod()Returns the value that will be returned byDatatype.getBuildMethod().NameAndVisibilityDatatype_Builder.Partial. getBuildMethod()NameAndVisibilityDatatype_Builder.Value. getBuildMethod()abstract NameAndVisibilityDatatype. getBuildMethod()Returns the build method to be generated.NameAndVisibilityDatatype_Builder. getBuildPartialMethod()Returns the value that will be returned byDatatype.getBuildPartialMethod().NameAndVisibilityDatatype_Builder.Partial. getBuildPartialMethod()NameAndVisibilityDatatype_Builder.Value. getBuildPartialMethod()abstract NameAndVisibilityDatatype. getBuildPartialMethod()Returns the partial build method to be generated.NameAndVisibilityDatatype_Builder. getClearMethod()Returns the value that will be returned byDatatype.getClearMethod().NameAndVisibilityDatatype_Builder.Partial. getClearMethod()NameAndVisibilityDatatype_Builder.Value. getClearMethod()abstract NameAndVisibilityDatatype. getClearMethod()Returns the clear method to be generated.NameAndVisibilityDatatype_Builder. getMergeFromBuilderMethod()Returns the value that will be returned byDatatype.getMergeFromBuilderMethod().NameAndVisibilityDatatype_Builder.Partial. getMergeFromBuilderMethod()NameAndVisibilityDatatype_Builder.Value. getMergeFromBuilderMethod()abstract NameAndVisibilityDatatype. getMergeFromBuilderMethod()Returns the mergeFrom(Builder) method to be generated.NameAndVisibilityDatatype_Builder. getMergeFromValueMethod()Returns the value that will be returned byDatatype.getMergeFromValueMethod().NameAndVisibilityDatatype_Builder.Partial. getMergeFromValueMethod()NameAndVisibilityDatatype_Builder.Value. getMergeFromValueMethod()abstract NameAndVisibilityDatatype. getMergeFromValueMethod()Returns the mergeFrom(Value) method to be generated.static NameAndVisibilityNameAndVisibility. of(java.lang.String name, Datatype.Visibility visibility)static NameAndVisibilityNamePicker. pickName(javax.lang.model.type.DeclaredType targetType, javax.lang.model.util.Elements elements, javax.lang.model.util.Types types, javax.lang.model.type.TypeMirror returnType, java.lang.String preferredName, javax.lang.model.type.TypeMirror... parameterTypes)Find an available name and visibility for a method.Methods in org.inferred.freebuilder.processor with parameters of type NameAndVisibility Modifier and Type Method Description Datatype.BuilderDatatype_Builder. setBuildMethod(NameAndVisibility buildMethod)Sets the value to be returned byDatatype.getBuildMethod().Datatype.BuilderDatatype_Builder. setBuildPartialMethod(NameAndVisibility buildPartialMethod)Sets the value to be returned byDatatype.getBuildPartialMethod().Datatype.BuilderDatatype_Builder. setClearMethod(NameAndVisibility clearMethod)Sets the value to be returned byDatatype.getClearMethod().Datatype.BuilderDatatype_Builder. setMergeFromBuilderMethod(NameAndVisibility mergeFromBuilderMethod)Sets the value to be returned byDatatype.getMergeFromBuilderMethod().Datatype.BuilderDatatype_Builder. setMergeFromValueMethod(NameAndVisibility mergeFromValueMethod)Sets the value to be returned byDatatype.getMergeFromValueMethod().Method parameters in org.inferred.freebuilder.processor with type arguments of type NameAndVisibility Modifier and Type Method Description Datatype.BuilderDatatype_Builder. mapBuildMethod(java.util.function.UnaryOperator<NameAndVisibility> mapper)Replaces the value to be returned byDatatype.getBuildMethod()by applyingmapperto it and using the result.Datatype.BuilderDatatype_Builder. mapBuildPartialMethod(java.util.function.UnaryOperator<NameAndVisibility> mapper)Replaces the value to be returned byDatatype.getBuildPartialMethod()by applyingmapperto it and using the result.Datatype.BuilderDatatype_Builder. mapClearMethod(java.util.function.UnaryOperator<NameAndVisibility> mapper)Replaces the value to be returned byDatatype.getClearMethod()by applyingmapperto it and using the result.Datatype.BuilderDatatype_Builder. mapMergeFromBuilderMethod(java.util.function.UnaryOperator<NameAndVisibility> mapper)Replaces the value to be returned byDatatype.getMergeFromBuilderMethod()by applyingmapperto it and using the result.Datatype.BuilderDatatype_Builder. mapMergeFromValueMethod(java.util.function.UnaryOperator<NameAndVisibility> mapper)Replaces the value to be returned byDatatype.getMergeFromValueMethod()by applyingmapperto it and using the result.
-