public abstract class InjectableRamlFeature extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
InjectableRamlFeature(String name,
String yaml) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
applyToAction(org.raml.model.Action target) |
protected abstract String |
getBoilerPlateAfter() |
protected abstract String |
getBoilerPlateBefore() |
protected abstract String |
getIndentation() |
protected org.raml.model.Raml |
parse() |
protected String name
protected org.raml.model.Raml parse()
public abstract void applyToAction(org.raml.model.Action target)
protected abstract String getBoilerPlateBefore()
protected abstract String getBoilerPlateAfter()
protected abstract String getIndentation()
Copyright © 2021. All rights reserved.