Uses of Class
org.inferred.freebuilder.processor.Datatype.Builder
Packages that use Datatype.Builder
-
Uses of Datatype.Builder in org.inferred.freebuilder.processor
Subclasses of Datatype.Builder in org.inferred.freebuilder.processorMethods in org.inferred.freebuilder.processor that return Datatype.BuilderModifier and TypeMethodDescriptionDatatype_Builder.addAllGeneratedBuilderAnnotations(Iterable<? extends Excerpt> elements) Adds each element ofelementsto the list to be returned fromDatatype.getGeneratedBuilderAnnotations().Datatype_Builder.addAllGeneratedBuilderAnnotations(Spliterator<? extends Excerpt> elements) Adds each element ofelementsto the list to be returned fromDatatype.getGeneratedBuilderAnnotations().Datatype_Builder.addAllGeneratedBuilderAnnotations(BaseStream<? extends Excerpt, ?> elements) Adds each element ofelementsto the list to be returned fromDatatype.getGeneratedBuilderAnnotations().Datatype_Builder.addAllNestedClasses(Iterable<? extends Excerpt> elements) Adds each element ofelementsto the list to be returned fromDatatype.getNestedClasses().Datatype_Builder.addAllNestedClasses(Spliterator<? extends Excerpt> elements) Adds each element ofelementsto the list to be returned fromDatatype.getNestedClasses().Datatype_Builder.addAllNestedClasses(BaseStream<? extends Excerpt, ?> elements) Adds each element ofelementsto the list to be returned fromDatatype.getNestedClasses().Datatype_Builder.addAllValueTypeAnnotations(Iterable<? extends Excerpt> elements) Adds each element ofelementsto the list to be returned fromDatatype.getValueTypeAnnotations().Datatype_Builder.addAllValueTypeAnnotations(Spliterator<? extends Excerpt> elements) Adds each element ofelementsto the list to be returned fromDatatype.getValueTypeAnnotations().Datatype_Builder.addAllValueTypeAnnotations(BaseStream<? extends Excerpt, ?> elements) Adds each element ofelementsto the list to be returned fromDatatype.getValueTypeAnnotations().Datatype_Builder.addGeneratedBuilderAnnotations(Excerpt element) Addselementto the list to be returned fromDatatype.getGeneratedBuilderAnnotations().Datatype_Builder.addGeneratedBuilderAnnotations(Excerpt... elements) Adds each element ofelementsto the list to be returned fromDatatype.getGeneratedBuilderAnnotations().Datatype_Builder.addNestedClasses(Excerpt element) Addselementto the list to be returned fromDatatype.getNestedClasses().Datatype_Builder.addNestedClasses(Excerpt... elements) Adds each element ofelementsto the list to be returned fromDatatype.getNestedClasses().Datatype_Builder.addValueTypeAnnotations(Excerpt element) Addselementto the list to be returned fromDatatype.getValueTypeAnnotations().Datatype_Builder.addValueTypeAnnotations(Excerpt... elements) Adds each element ofelementsto the list to be returned fromDatatype.getValueTypeAnnotations().Datatype_Builder.clear()Resets the state of this builder.Datatype_Builder.clearBuilderFactory()Sets the value to be returned byDatatype.getBuilderFactory()toOptional.empty().Datatype_Builder.clearGeneratedBuilderAnnotations()Clears the list to be returned fromDatatype.getGeneratedBuilderAnnotations().Datatype_Builder.clearNestedClasses()Clears the list to be returned fromDatatype.getNestedClasses().Datatype_Builder.clearRebuildableType()Sets the value to be returned byDatatype.getRebuildableType()toOptional.empty().Datatype_Builder.clearStandardMethodUnderrides()Removes all of the mappings from the map to be returned fromDatatype.getStandardMethodUnderrides().Datatype_Builder.clearValueTypeAnnotations()Clears the list to be returned fromDatatype.getValueTypeAnnotations().private Datatype.BuilderAnalyser.constructionAndExtension(DeclaredType builder) static Datatype.BuilderCreates a new builder usingvalueas a template.static Datatype.BuilderGwtSupport.gwtMetadata(TypeElement type, Datatype datatype, Map<Property, PropertyCodeGenerator> generatorsByProperty) Datatype_Builder.mapBuilder(UnaryOperator<Type> mapper) Replaces the value to be returned byDatatype.getBuilder()by applyingmapperto it and using the result.Datatype_Builder.mapBuilderFactory(UnaryOperator<BuilderFactory> mapper) If the value to be returned byDatatype.getBuilderFactory()is present, replaces it by applyingmapperto it and using the result.Datatype_Builder.mapBuilderSerializable(UnaryOperator<Boolean> mapper) Replaces the value to be returned byDatatype.isBuilderSerializable()by applyingmapperto it and using the result.Datatype_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.mapExtensible(UnaryOperator<Boolean> mapper) Replaces the value to be returned byDatatype.isExtensible()by applyingmapperto it and using the result.Datatype_Builder.mapGeneratedBuilder(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getGeneratedBuilder()by applyingmapperto it and using the result.Datatype_Builder.mapHasToBuilderMethod(UnaryOperator<Boolean> mapper) Replaces the value to be returned byDatatype.getHasToBuilderMethod()by applyingmapperto it and using the result.Datatype_Builder.mapInterfaceType(UnaryOperator<Boolean> mapper) Replaces the value to be returned byDatatype.isInterfaceType()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.Datatype_Builder.mapPartialType(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getPartialType()by applyingmapperto it and using the result.Datatype_Builder.mapPropertyEnum(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getPropertyEnum()by applyingmapperto it and using the result.Datatype_Builder.mapRebuildableType(UnaryOperator<TypeClass> mapper) If the value to be returned byDatatype.getRebuildableType()is present, replaces it by applyingmapperto it and using the result.Datatype_Builder.mapType(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getType()by applyingmapperto it and using the result.Datatype_Builder.mapValueType(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getValueType()by applyingmapperto it and using the result.Datatype_Builder.mapValueTypeVisibility(UnaryOperator<Datatype.Visibility> mapper) Replaces the value to be returned byDatatype.getValueTypeVisibility()by applyingmapperto it and using the result.Copies values fromvalue, appending to collections, and skipping empty optionals.Datatype_Builder.mergeFrom(Datatype.Builder template) Copies values fromtemplate, appending to collections, and skipping empty optionals and unset properties.Datatype_Builder.mutateGeneratedBuilderAnnotations(Consumer<? super List<Excerpt>> mutator) Appliesmutatorto the list to be returned fromDatatype.getGeneratedBuilderAnnotations().Datatype_Builder.mutateNestedClasses(Consumer<? super List<Excerpt>> mutator) Appliesmutatorto the list to be returned fromDatatype.getNestedClasses().Datatype_Builder.mutateStandardMethodUnderrides(Consumer<? super Map<Datatype.StandardMethod, Datatype.UnderrideLevel>> mutator) Invokesmutatorwith the map to be returned fromDatatype.getStandardMethodUnderrides().Datatype_Builder.mutateValueTypeAnnotations(Consumer<? super List<Excerpt>> mutator) Appliesmutatorto the list to be returned fromDatatype.getValueTypeAnnotations().Datatype_Builder.putAllStandardMethodUnderrides(Map<? extends Datatype.StandardMethod, ? extends Datatype.UnderrideLevel> map) Copies all of the mappings frommapto the map to be returned fromDatatype.getStandardMethodUnderrides().Datatype_Builder.putStandardMethodUnderrides(Datatype.StandardMethod key, Datatype.UnderrideLevel value) Datatype_Builder.removeStandardMethodUnderrides(Datatype.StandardMethod key) Removes the mapping forkeyfrom the map to be returned fromDatatype.getStandardMethodUnderrides(), if one is present.Datatype_Builder.setBuilder(Type builder) Sets the value to be returned byDatatype.getBuilder().Datatype_Builder.setBuilderFactory(Optional<? extends BuilderFactory> builderFactory) Sets the value to be returned byDatatype.getBuilderFactory().Datatype_Builder.setBuilderFactory(BuilderFactory builderFactory) Sets the value to be returned byDatatype.getBuilderFactory().Datatype_Builder.setBuilderSerializable(boolean builderSerializable) Sets the value to be returned byDatatype.isBuilderSerializable().Datatype_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.setExtensible(boolean extensible) Sets the value to be returned byDatatype.isExtensible().Datatype_Builder.setGeneratedBuilder(TypeClass generatedBuilder) Sets the value to be returned byDatatype.getGeneratedBuilder().Datatype_Builder.setHasToBuilderMethod(boolean hasToBuilderMethod) Sets the value to be returned byDatatype.getHasToBuilderMethod().Datatype_Builder.setInterfaceType(boolean interfaceType) Sets the value to be returned byDatatype.isInterfaceType().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().Datatype_Builder.setNullableBuilderFactory(BuilderFactory builderFactory) Sets the value to be returned byDatatype.getBuilderFactory().Datatype_Builder.setNullableRebuildableType(TypeClass rebuildableType) Sets the value to be returned byDatatype.getRebuildableType().Datatype_Builder.setPartialType(TypeClass partialType) Sets the value to be returned byDatatype.getPartialType().Datatype_Builder.setPropertyEnum(TypeClass propertyEnum) Sets the value to be returned byDatatype.getPropertyEnum().Datatype_Builder.setRebuildableType(Optional<? extends TypeClass> rebuildableType) Sets the value to be returned byDatatype.getRebuildableType().Datatype_Builder.setRebuildableType(TypeClass rebuildableType) Sets the value to be returned byDatatype.getRebuildableType().Sets the value to be returned byDatatype.getType().Datatype_Builder.setValueType(TypeClass valueType) Sets the value to be returned byDatatype.getValueType().Datatype_Builder.setValueTypeVisibility(Datatype.Visibility valueTypeVisibility) Sets the value to be returned byDatatype.getValueTypeVisibility().Datatype.Builder.setValueTypeVisibility(Datatype.Visibility visibility) Sets the value to be returned byDatatype.getValueTypeVisibility()to the most visible of the current value andvisibility.Datatype_Builder.Partial.toBuilder()abstract Datatype.BuilderDatatype_Builder.Rebuildable.toBuilder()Datatype_Builder.Value.toBuilder()Datatype.toBuilder()Methods in org.inferred.freebuilder.processor with parameters of type Datatype.BuilderModifier and TypeMethodDescriptionDatatype_Builder.mergeFrom(Datatype.Builder template) Copies values fromtemplate, appending to collections, and skipping empty optionals and unset properties.