public class OutputValue extends Object
| Constructor and Description |
|---|
OutputValue(com.squareup.javapoet.ClassName outputClass,
String name,
Iterable<Parameter> parameters,
Iterable<com.squareup.javapoet.TypeVariableName> typeVariables) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasParameters() |
boolean |
hasTypeVariables() |
String |
name() |
com.squareup.javapoet.ClassName |
outputClass() |
com.squareup.javapoet.TypeName |
parameterizedOutputClass() |
Iterable<Parameter> |
parameters() |
Iterable<com.squareup.javapoet.TypeVariableName> |
typeVariables() |
public com.squareup.javapoet.ClassName outputClass()
public com.squareup.javapoet.TypeName parameterizedOutputClass()
public Iterable<com.squareup.javapoet.TypeVariableName> typeVariables()
public boolean hasTypeVariables()
public String name()
public boolean hasParameters()
Copyright © 2018. All rights reserved.