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