| Modifier and Type | Method and Description |
|---|---|
static OutputSpec |
OutputSpecFactory.create(Spec spec) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.MethodSpec |
MapMethods.createAbstractFoldMethod() |
com.squareup.javapoet.MethodSpec |
MatchMethods.createAbstractFoldVoidMethod() |
com.squareup.javapoet.MethodSpec |
MapMethods.createFoldMethod(OutputValue value) |
com.squareup.javapoet.MethodSpec |
MatchMethods.createFoldVoidMethod(OutputValue value) |
| 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) |
Copyright © 2018. All rights reserved.