Uses of Class
org.inferred.freebuilder.processor.BuildableType
-
Packages that use BuildableType Package Description org.inferred.freebuilder.processor org.inferred.freebuilder.processor.excerpt org.inferred.freebuilder.processor.property -
-
Uses of BuildableType in org.inferred.freebuilder.processor
Subclasses of BuildableType in org.inferred.freebuilder.processor Modifier and Type Class Description private static classBuildableType_Builder.Partialprivate static classBuildableType_Builder.Rebuildableprivate static classBuildableType_Builder.ValueMethods in org.inferred.freebuilder.processor that return BuildableType Modifier and Type Method Description BuildableTypeBuildableType_Builder. build()Returns a newly-createdBuildableTypebased on the contents of thisBuilder.BuildableTypeBuildableType_Builder.Partial.PartialBuilder. build()BuildableTypeBuildableType_Builder. buildPartial()Returns a newly-created partialBuildableTypefor use in unit tests.static BuildableTypeBuildableType. create(javax.lang.model.type.DeclaredType datatype, javax.lang.model.type.DeclaredType builder, javax.lang.model.util.Elements elements, javax.lang.model.util.Types types)Methods in org.inferred.freebuilder.processor with parameters of type BuildableType Modifier and Type Method Description static BuildableType.BuilderBuildableType_Builder. from(BuildableType value)Creates a new builder usingvalueas a template.BuildableType.BuilderBuildableType_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 BuildableType Modifier and Type Field Description private BuildableTypeBuildableList. elementMethods in org.inferred.freebuilder.processor.excerpt with parameters of type BuildableType Modifier and Type Method Description static LazyNameBuildableList. of(BuildableType element)Constructors in org.inferred.freebuilder.processor.excerpt with parameters of type BuildableType Constructor Description BuildableList(BuildableType element) -
Uses of BuildableType in org.inferred.freebuilder.processor.property
Fields in org.inferred.freebuilder.processor.property declared as BuildableType Modifier and Type Field Description private BuildableTypeBuildableListProperty. elementprivate BuildableTypeBuildableProperty. typeConstructors in org.inferred.freebuilder.processor.property with parameters of type BuildableType Constructor Description BuildableListProperty(Datatype datatype, Property property, boolean needsSafeVarargs, boolean overridesValueInstanceVarargsAddMethod, boolean overridesBuilderVarargsAddMethod, BuildableType element)BuildableProperty(Datatype datatype, Property property, BuildableType type, FunctionalType mutatorType)
-