@Immutable public final class SpecMethodModel<Phantom,A> extends Object
Modifier and Type | Field and Description |
---|---|
ImmutableList<Annotation> |
annotations |
ImmutableList<MethodParamModel> |
methodParams |
ImmutableList<javax.lang.model.element.Modifier> |
modifiers |
CharSequence |
name |
Object |
representedObject |
com.squareup.javapoet.TypeName |
returnType |
A |
typeModel |
ImmutableList<com.squareup.javapoet.TypeVariableName> |
typeVariables |
Constructor and Description |
---|
SpecMethodModel(ImmutableList<Annotation> annotations,
ImmutableList<javax.lang.model.element.Modifier> modifiers,
CharSequence name,
com.squareup.javapoet.TypeName returnType,
ImmutableList<com.squareup.javapoet.TypeVariableName> typeVariables,
ImmutableList<MethodParamModel> methodParams,
Object representedObject,
A typeModel) |
public final ImmutableList<Annotation> annotations
public final ImmutableList<javax.lang.model.element.Modifier> modifiers
public final CharSequence name
public final com.squareup.javapoet.TypeName returnType
public final ImmutableList<com.squareup.javapoet.TypeVariableName> typeVariables
public final ImmutableList<MethodParamModel> methodParams
public final Object representedObject
@Nullable public final A typeModel
public SpecMethodModel(ImmutableList<Annotation> annotations, ImmutableList<javax.lang.model.element.Modifier> modifiers, CharSequence name, com.squareup.javapoet.TypeName returnType, ImmutableList<com.squareup.javapoet.TypeVariableName> typeVariables, ImmutableList<MethodParamModel> methodParams, Object representedObject, @Nullable A typeModel)