| Package | Description |
|---|---|
| org.inferred.freebuilder.processor |
| Modifier and Type | Method and Description |
|---|---|
static BuilderFactory.TypeInference |
BuilderFactory.TypeInference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderFactory.TypeInference[] |
BuilderFactory.TypeInference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Excerpt |
BuilderFactory.newBuilder(ParameterizedType builderType,
BuilderFactory.TypeInference typeInference)
Returns an excerpt calling the Builder factory method.
|
Copyright © 2016 Google, Inc.. All rights reserved.