| Package | Description |
|---|---|
| ca.derekcormier.recipe.cookbook | |
| ca.derekcormier.recipe.generator | |
| ca.derekcormier.recipe.generator.filter |
| Modifier and Type | Method and Description |
|---|---|
Cookbook |
CookbookLoader.load(InputStream ingredients) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CookbookUtils.enumHasValue(Cookbook cookbook,
String enumName,
String value) |
static boolean |
CookbookUtils.isEnumType(Cookbook cookbook,
String name) |
static boolean |
CookbookUtils.isKnownType(Cookbook cookbook,
String type) |
static ParamType |
CookbookUtils.parseType(String type,
Cookbook cookbook) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypescriptIngredientGenerator.generate(String domain,
Cookbook cookbook,
String targetDir,
Map<String,Object> options) |
void |
JavaIngredientGenerator.generate(String domain,
Cookbook cookbook,
String targetDir,
Map<String,Object> options) |
void |
JavaHookGenerator.generate(String domain,
Cookbook cookbook,
String targetDir,
Map<String,Object> options) |
abstract void |
CookbookGenerator.generate(String domain,
Cookbook cookbook,
String targetDir,
Map<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
protected Cookbook |
RecipeFilter.getCookbook() |
| Constructor and Description |
|---|
JavaTypeFilter(Cookbook cookbook) |
JavaValueFilter(Cookbook cookbook) |
JsParamFilter(Cookbook cookbook) |
RecipeFilter(String name,
Cookbook cookbook) |
TsParamFilter(Cookbook cookbook,
liqp.filters.Filter typeFilter) |
TsTypeFilter(Cookbook cookbook) |
TsValueFilter(Cookbook cookbook) |
Copyright © 2018. All rights reserved.