| Package | Description |
|---|---|
| org.inferred.freebuilder.processor |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.Builder.build()
Returns a newly-built
Metadata based on the content of the Builder. |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<com.google.common.base.Function<Metadata,Excerpt>> |
Metadata.getNestedClasses()
Returns a list of nested classes that should be added to the generated builder class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PropertyCodeGenerator.addBuilderFieldAccessors(SourceBuilder code,
Metadata metadata)
Add the accessor methods for the property to the builder's source code.
|
abstract void |
PropertyCodeGenerator.addMergeFromBuilder(SourceBuilder code,
Metadata metadata,
String builder)
Add a merge from builder for the property to the builder's source code.
|
Copyright © 2016 Google, Inc.. All rights reserved.