public final class SpecMethodModel<Phantom,A> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SpecMethodModel.Builder<Phantom,A> |
Modifier and Type | Field and Description |
---|---|
ImmutableList<Annotation> |
annotations |
ImmutableList<MethodParamModel> |
methodParams |
ImmutableList<javax.lang.model.element.Modifier> |
modifiers |
CharSequence |
name |
Object |
representedObject |
TypeName |
returnType |
TypeSpec |
returnTypeSpec |
A |
typeModel |
ImmutableList<TypeVariableName> |
typeVariables |
Constructor and Description |
---|
SpecMethodModel(ImmutableList<Annotation> annotations,
ImmutableList<javax.lang.model.element.Modifier> modifiers,
CharSequence name,
TypeSpec returnTypeSpec,
ImmutableList<TypeVariableName> typeVariables,
ImmutableList<MethodParamModel> methodParams,
Object representedObject,
A typeModel) |
Modifier and Type | Method and Description |
---|---|
static <Phantom,A> |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
public final ImmutableList<Annotation> annotations
public final ImmutableList<javax.lang.model.element.Modifier> modifiers
public final CharSequence name
public final TypeName returnType
public final TypeSpec returnTypeSpec
public final ImmutableList<TypeVariableName> typeVariables
public final ImmutableList<MethodParamModel> methodParams
public final Object representedObject
public final A typeModel
public SpecMethodModel(ImmutableList<Annotation> annotations, ImmutableList<javax.lang.model.element.Modifier> modifiers, CharSequence name, TypeSpec returnTypeSpec, ImmutableList<TypeVariableName> typeVariables, ImmutableList<MethodParamModel> methodParams, Object representedObject, A typeModel)