| Package | Description |
|---|---|
| org.inferred.freebuilder.processor |
| Modifier and Type | Method and Description |
|---|---|
static Metadata.StandardMethod |
Metadata.StandardMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metadata.StandardMethod[] |
Metadata.StandardMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<Metadata.StandardMethod,Metadata.UnderrideLevel> |
Metadata.getStandardMethodUnderrides() |
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.putStandardMethodUnderride(Metadata.StandardMethod standardMethod,
Metadata.UnderrideLevel underrideLevel)
Puts an underridden standard method into the map.
|
Metadata.UnderrideLevel |
Metadata.standardMethodUnderride(Metadata.StandardMethod standardMethod) |
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.putAllStandardMethodUnderrides(Map<? extends Metadata.StandardMethod,? extends Metadata.UnderrideLevel> standardMethodUnderrides)
Copies all the entries from a map of underridden standard methods.
|
Copyright © 2015 Google, Inc.. All rights reserved.