| Package | Description |
|---|---|
| org.inferred.freebuilder.processor |
| Modifier and Type | Method and Description |
|---|---|
static BuilderFactory |
BuilderFactory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderFactory[] |
BuilderFactory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<BuilderFactory> |
BuilderFactory.from(TypeElement builderType)
Determines the correct way of constructing a default
builderType instance, if any. |
abstract com.google.common.base.Optional<BuilderFactory> |
Metadata.getBuilderFactory()
Returns the builder factory mechanism the user has exposed, if any.
|
Copyright © 2015 Google, Inc.. All rights reserved.