public class Spec extends Object
Contains a reference to the source _spec and its type variable, as well as all the possible values.
| Constructor and Description |
|---|
Spec(com.squareup.javapoet.ClassName specClass,
Iterable<com.squareup.javapoet.TypeVariableName> typeVariables,
Iterable<Value> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasTypeVariables() |
com.squareup.javapoet.ClassName |
specClass() |
Iterable<com.squareup.javapoet.TypeVariableName> |
typeVariables() |
Iterable<Value> |
values() |
Copyright © 2018. All rights reserved.