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