| 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 |
|---|---|
Set<Metadata.StandardMethod> |
Metadata.getUnderriddenMethods() |
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.addUnderriddenMethod(Metadata.StandardMethod standardMethod)
Add an underridden standard method.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata.Builder |
Metadata.Builder.addAllUnderriddenMethods(Iterable<Metadata.StandardMethod> standardMethods)
Add a set of underridden standard methods.
|
Copyright © 2015 Google, Inc.. All rights reserved.