| Modifier and Type | Method and Description |
|---|---|
RamlFragment |
RamlModelResult.getFragment() |
| Modifier and Type | Method and Description |
|---|---|
static RamlFragment |
RamlFragment.byName(String name) |
static RamlFragment |
RamlFragment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RamlFragment[] |
RamlFragment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RamlFragment |
RamlHeader.getFragment() |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
RamlHeader.getFragmentRule(RamlFragment fragment) |
static Rule |
RamlHeader.getFragmentUsesAllowedRule(RamlFragment fragment) |
| Constructor and Description |
|---|
RamlHeader(RamlVersion version,
RamlFragment fragment) |
| Modifier and Type | Method and Description |
|---|---|
RamlFragment |
DefaultRamlTypedFragment.getFragment() |
RamlFragment |
TypeDeclarationNodeFragment.getFragment() |
| Constructor and Description |
|---|
DefaultRamlTypedFragment(RamlFragment fragment) |
| Modifier and Type | Method and Description |
|---|---|
RamlFragment |
RamlTypedFragment.getFragment() |
| Modifier and Type | Method and Description |
|---|---|
Node |
Raml10Builder.build(Node contextNode,
String stringContent,
RamlFragment fragment,
ResourceLoader resourceLoader,
String resourceLocation,
int maxPhaseNumber) |
Node |
Raml10Builder.build(String stringContent,
RamlFragment fragment,
ResourceLoader resourceLoader,
String resourceLocation,
int maxPhaseNumber) |
Copyright © 2020. All rights reserved.