| Package | Description |
|---|---|
| com.spotify.dataenum.processor.data | |
| com.spotify.dataenum.processor.generator.match | |
| com.spotify.dataenum.processor.generator.value |
| Modifier and Type | Method and Description |
|---|---|
Iterable<OutputValue> |
OutputSpec.outputValues() |
| Constructor and Description |
|---|
OutputSpec(Spec input,
com.squareup.javapoet.ClassName outputClass,
Iterable<OutputValue> outputValues) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.MethodSpec |
MapMethods.createFoldMethod(OutputValue value) |
com.squareup.javapoet.MethodSpec |
MatchMethods.createFoldVoidMethod(OutputValue value) |
| Constructor and Description |
|---|
MapMethods(Iterable<OutputValue> values) |
MatchMethods(Iterable<OutputValue> values) |
| Modifier and Type | Method and Description |
|---|---|
static com.squareup.javapoet.TypeSpec |
ValueTypeFactory.create(OutputValue value,
OutputSpec spec,
MatchMethods matchMethods,
MapMethods mapMethods,
Optional<Modifier> constructorAccessModifier) |
| Constructor and Description |
|---|
ValueMethods(OutputValue value) |
Copyright © 2018. All rights reserved.