| Package | Description |
|---|---|
| org.inferred.freebuilder.processor |
| Modifier and Type | Field and Description |
|---|---|
protected Metadata.Property |
PropertyCodeGenerator.property |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Metadata.Property,PropertyCodeGenerator> |
Metadata.Property.GET_CODE_GENERATOR |
| Modifier and Type | Method and Description |
|---|---|
Metadata.Property |
Metadata.Property.Builder.build()
Returns a newly-built
Metadata.Property based on the content of the Builder. |
| Modifier and Type | Method and Description |
|---|---|
List<Metadata.Property> |
Metadata.getProperties()
Returns metadata about the properies of the type.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.addProperty(Metadata.Property property)
Adds metadata about a property of the type.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.addAllProperties(Iterable<Metadata.Property> properties)
Adds metadata about a set of properties of the type.
|
| Constructor and Description |
|---|
PropertyCodeGenerator(Metadata.Property property) |
Copyright © 2015 Google, Inc.. All rights reserved.