Uses of Class
org.inferred.freebuilder.processor.BuildableType
Packages that use BuildableType
Package
Description
-
Uses of BuildableType in org.inferred.freebuilder.processor
Subclasses of BuildableType in org.inferred.freebuilder.processorModifier and TypeClassDescriptionprivate static final classprivate static classprivate static final classMethods in org.inferred.freebuilder.processor that return BuildableTypeModifier and TypeMethodDescriptionBuildableType_Builder.build()Returns a newly-createdBuildableTypebased on the contents of thisBuilder.BuildableType_Builder.Partial.PartialBuilder.build()BuildableType_Builder.buildPartial()Returns a newly-created partialBuildableTypefor use in unit tests.static BuildableTypeBuildableType.create(DeclaredType datatype, DeclaredType builder, Elements elements, Types types) Methods in org.inferred.freebuilder.processor with parameters of type BuildableTypeModifier and TypeMethodDescriptionstatic BuildableType.BuilderBuildableType_Builder.from(BuildableType value) Creates a new builder usingvalueas a template.BuildableType_Builder.mergeFrom(BuildableType value) Copies values fromvalue. -
Uses of BuildableType in org.inferred.freebuilder.processor.excerpt
Fields in org.inferred.freebuilder.processor.excerpt declared as BuildableTypeMethods in org.inferred.freebuilder.processor.excerpt with parameters of type BuildableTypeConstructors in org.inferred.freebuilder.processor.excerpt with parameters of type BuildableType -
Uses of BuildableType in org.inferred.freebuilder.processor.property
Fields in org.inferred.freebuilder.processor.property declared as BuildableTypeModifier and TypeFieldDescriptionprivate final BuildableTypeBuildableListProperty.elementprivate final BuildableTypeBuildableProperty.typeConstructors in org.inferred.freebuilder.processor.property with parameters of type BuildableTypeModifierConstructorDescriptionprivateBuildableListProperty(Datatype datatype, Property property, boolean needsSafeVarargs, boolean overridesValueInstanceVarargsAddMethod, boolean overridesBuilderVarargsAddMethod, BuildableType element) privateBuildableProperty(Datatype datatype, Property property, BuildableType type, FunctionalType mutatorType)