public abstract class MethodArgument extends Object implements Comparable<MethodArgument>
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodArgument.Builder |
| Constructor and Description |
|---|
MethodArgument() |
| Modifier and Type | Method and Description |
|---|---|
static MethodArgument.Builder |
builder() |
int |
compareTo(MethodArgument other) |
boolean |
equals(Object o) |
abstract Field |
field() |
int |
hashCode() |
abstract boolean |
isResourceNameHelper() |
abstract String |
name() |
abstract com.google.common.collect.ImmutableList<Field> |
nestedFields() |
abstract TypeNode |
type() |
public abstract String name()
public abstract TypeNode type()
public abstract Field field()
public abstract com.google.common.collect.ImmutableList<Field> nestedFields()
public abstract boolean isResourceNameHelper()
public int compareTo(MethodArgument other)
compareTo in interface Comparable<MethodArgument>public static MethodArgument.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.