| Package | Description |
|---|---|
| com.spotify.dataenum.processor.generator.data | |
| com.spotify.dataenum.processor.generator.spec | |
| com.spotify.dataenum.processor.generator.value |
| Modifier and Type | Method and Description |
|---|---|
static OutputSpec |
OutputSpecFactory.create(Spec spec) |
| Modifier and Type | Method and Description |
|---|---|
static com.squareup.javapoet.TypeSpec |
SpecTypeFactory.create(OutputSpec spec,
Optional<Modifier> constructorAccessModifier,
Element element) |
| Modifier and Type | Method and Description |
|---|---|
static com.squareup.javapoet.TypeSpec |
ValueTypeFactory.create(OutputValue value,
OutputSpec spec,
MatchMethods matchMethods,
MapMethods mapMethods,
Optional<Modifier> constructorAccessModifier) |
com.squareup.javapoet.MethodSpec |
ValueMethods.createAsMethod(OutputSpec spec) |
com.squareup.javapoet.MethodSpec |
ValueMethods.createFactoryMethod(OutputSpec spec) |
Copyright © 2018. All rights reserved.