A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractPosition - Class in org.raml.v2.internal.framework.nodes
 
AbstractPosition() - Constructor for class org.raml.v2.internal.framework.nodes.AbstractPosition
 
AbstractRamlNode - Class in org.raml.v2.internal.framework.nodes
 
AbstractRamlNode() - Constructor for class org.raml.v2.internal.framework.nodes.AbstractRamlNode
 
AbstractRamlNode(AbstractRamlNode) - Constructor for class org.raml.v2.internal.framework.nodes.AbstractRamlNode
 
AbstractReferenceNode - Class in org.raml.v2.internal.framework.nodes
 
AbstractReferenceNode() - Constructor for class org.raml.v2.internal.framework.nodes.AbstractReferenceNode
 
AbstractReferenceNode(AbstractReferenceNode) - Constructor for class org.raml.v2.internal.framework.nodes.AbstractReferenceNode
 
AbstractSecurityScheme - Interface in org.raml.v2.api.model.v08.security
 
AbstractSecurityScheme - Interface in org.raml.v2.api.model.v10.security
 
AbstractTypeRule - Class in org.raml.v2.internal.framework.grammar.rule
 
AbstractTypeRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.AbstractTypeRule
 
accessTokenUri() - Method in interface org.raml.v2.api.model.v08.security.OAuth2SecuritySchemeSettings
The URI of the Token Endpoint as defined in RFC6749 Section 3.2.
accessTokenUri() - Method in interface org.raml.v2.api.model.v10.security.SecuritySchemeSettings
The URI of the Token Endpoint as defined in RFC6749 Section 3.2.
accessTokenUri() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 
add(KeyValueRule) - Method in class org.raml.v2.internal.framework.grammar.rule.ConditionalRule
 
addChild(Node) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
addChild(int, Node) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
addChild(Node) - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
addChild(Node) - Method in interface org.raml.v2.internal.framework.nodes.Node
Adds a new child.
addChild(int, Node) - Method in interface org.raml.v2.internal.framework.nodes.Node
Adds a child at a specified index.
addChild(Node) - Method in class org.raml.v2.internal.impl.commons.nodes.StringTemplateNode
 
addInheritedProperties(InheritedPropertiesInjectedNode) - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
additionalProperties() - Method in interface org.raml.v2.api.model.v10.datamodel.ObjectTypeDeclaration
JSON schema style syntax for declaring maps
addVariable(String, String) - Method in class org.raml.v2.internal.framework.nodes.ExecutionContext
 
allOf(Rule...) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
AllOfRule - Class in org.raml.v2.internal.framework.grammar.rule
 
AllOfRule(Rule...) - Constructor for class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
AllOfRule(List<Rule>) - Constructor for class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
allowedTargets() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
Restrictions on where annotations of this type can be applied.
and(Rule) - Method in class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
Annotable - Interface in org.raml.v2.api.model.v10.common
 
Annotable - Class in org.raml.v2.internal.impl.commons.model
 
Annotable() - Constructor for class org.raml.v2.internal.impl.commons.model.Annotable
 
annotation() - Method in interface org.raml.v2.api.model.v10.declarations.AnnotationRef
Returns referenced annotation
annotation() - Method in class org.raml.v2.internal.impl.commons.model.AnnotationRef
 
ANNOTATION_TYPES_KEY_NAME - Static variable in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
annotationField() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
annotationKey() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
AnnotationNode - Class in org.raml.v2.internal.impl.commons.nodes
 
AnnotationNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.AnnotationNode
 
AnnotationNode(AnnotationNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.AnnotationNode
 
AnnotationRef - Interface in org.raml.v2.api.model.v10.declarations
 
AnnotationRef - Class in org.raml.v2.internal.impl.commons.model
 
AnnotationRef(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.AnnotationRef
 
AnnotationReferenceNode - Class in org.raml.v2.internal.impl.commons.nodes
 
AnnotationReferenceNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.AnnotationReferenceNode
 
AnnotationReferenceNode(AnnotationReferenceNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.AnnotationReferenceNode
 
annotations() - Method in interface org.raml.v2.api.model.v10.common.Annotable
Most of RAML model elements may have attached annotations decribing additional meta data about this element
annotations() - Method in class org.raml.v2.internal.impl.commons.model.Annotable
 
AnnotationTarget - Interface in org.raml.v2.api.model.v10.declarations
 
AnnotationTypeNode - Class in org.raml.v2.internal.impl.commons.nodes
 
AnnotationTypeNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.AnnotationTypeNode
 
AnnotationTypeNode(AnnotationTypeNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.AnnotationTypeNode
 
annotationTypes() - Method in interface org.raml.v2.api.model.v10.api.LibraryBase
Declarations of annotation types for use by annotations
annotationTypes() - Method in class org.raml.v2.internal.impl.commons.model.LibraryBase
 
annotationTypes() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
annotationTypesField() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
annotationTypesKey() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
AnnotationValidationPhase - Class in org.raml.v2.internal.impl.commons.phase
 
AnnotationValidationPhase() - Constructor for class org.raml.v2.internal.impl.commons.phase.AnnotationValidationPhase
 
any() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
anyBuiltinType() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
anyMethod() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
anyMethod() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
anyOf(Rule...) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
anyOf(String, Rule...) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
anyOf(List<Rule>) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
AnyOfRule - Class in org.raml.v2.internal.framework.grammar.rule
 
AnyOfRule(List<Rule>) - Constructor for class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 
AnyOfRule(Rule...) - Constructor for class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 
anyOptionalMethod() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
anyOptionalMethod() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
anyResourceTypeMethod() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
AnyType - Interface in org.raml.v2.api.model.v08.system.types
 
AnyType - Interface in org.raml.v2.api.model.v10.system.types
 
anyTypeReference(String, Class<? extends Node>, Class<? extends Node>) - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
AnyValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
AnyValueRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.AnyValueRule
 
Api - Interface in org.raml.v2.api.model.v08.api
 
Api - Interface in org.raml.v2.api.model.v10.api
 
Api - Class in org.raml.v2.internal.impl.commons.model
 
Api(RamlDocumentNode) - Constructor for class org.raml.v2.internal.impl.commons.model.Api
 
APPLICATION_RAML - Static variable in class org.raml.v2.api.loader.RamlUrlResourceLoader
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.ExclusiveSiblingRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AbstractTypeRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AnyValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ArrayRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.DateValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.DiscriminatorRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.DivisorValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.FieldPresentRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.IntegerValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.JsonSchemaValidationRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.MaximumValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.MaxLengthRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.MinimumValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.MinLengthRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.NegativeRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.NodeReferenceRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.NullValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectListRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.RangeValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ReferenceRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.RegexValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.Rule
Applies the rule to the node using the following criteria - if rule does not match returns an ErrorNode and stops processing - if rule matches, applies rules to children - if rule contains a NodeFactory, returns the result of it - else returns node

Only structure rules (ObjectRule, ArrayRule, KeyValueRule) replace child nodes.

apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ScalarTypeRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.StringValueRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.XmlSchemaValidationRule
 
apply(Node) - Method in class org.raml.v2.internal.framework.phase.GrammarPhase
 
apply(Node) - Method in interface org.raml.v2.internal.framework.phase.Phase
 
apply(Node) - Method in class org.raml.v2.internal.framework.phase.TransformationPhase
 
apply(Node) - Method in class org.raml.v2.internal.impl.commons.phase.AnnotationValidationPhase
 
apply(Node) - Method in class org.raml.v2.internal.impl.commons.phase.ExampleValidationPhase
 
apply(Node) - Method in class org.raml.v2.internal.impl.commons.phase.SchemaValidationPhase
 
apply(Node) - Method in class org.raml.v2.internal.impl.commons.phase.SugarRushPhase
 
apply(Node) - Method in class org.raml.v2.internal.impl.v10.phase.MediaTypeInjection
 
applyDefault(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
array(Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
ArrayNode - Interface in org.raml.v2.internal.framework.nodes
 
ArrayRule - Class in org.raml.v2.internal.framework.grammar.rule
 
ArrayRule(Rule) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ArrayRule
 
ArrayTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
arrayTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
attribute() - Method in interface org.raml.v2.api.model.v10.datamodel.XMLFacetInfo
If attribute is set to true, a type instance should be serialized as an XML attribute.
authorizationGrants() - Method in interface org.raml.v2.api.model.v08.security.OAuth2SecuritySchemeSettings
A list of the Authorization grants supported by the API as defined in RFC6749 Sections 4.1, 4.2, 4.3 and 4.4, can be any of: authorization_code, password, client_credentials, implicit, or refresh_token.
authorizationGrants() - Method in interface org.raml.v2.api.model.v10.security.SecuritySchemeSettings
A list of the Authorization grants supported by the API as defined in RFC6749 Sections 4.1, 4.2, 4.3 and 4.4, can be any of: authorization_code, password, client_credentials, implicit, or refresh_token.
authorizationGrants() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 
authorizationUri() - Method in interface org.raml.v2.api.model.v08.security.OAuth1SecuritySchemeSettings
The URI of the Resource Owner Authorization endpoint as defined in RFC5849 Section 2.2
authorizationUri() - Method in interface org.raml.v2.api.model.v08.security.OAuth2SecuritySchemeSettings
The URI of the Authorization Endpoint as defined in RFC6749 Section 3.1.
authorizationUri() - Method in interface org.raml.v2.api.model.v10.security.SecuritySchemeSettings
The URI of the Resource Owner Authorization endpoint as defined in RFC5849 Section 2.2 (OAuth 1) The URI of the Authorization Endpoint as defined in RFC6749 Section 3.1.
authorizationUri() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 

B

BaseGrammar - Class in org.raml.v2.internal.framework.grammar
 
BaseGrammar() - Constructor for class org.raml.v2.internal.framework.grammar.BaseGrammar
 
BaseModelElement - Class in org.raml.v2.internal.impl.commons.model
 
BaseModelElement() - Constructor for class org.raml.v2.internal.impl.commons.model.BaseModelElement
 
BaseNode - Class in org.raml.v2.internal.framework.nodes
 
BaseNode() - Constructor for class org.raml.v2.internal.framework.nodes.BaseNode
 
BaseNode(BaseNode) - Constructor for class org.raml.v2.internal.framework.nodes.BaseNode
 
BaseRamlGrammar - Class in org.raml.v2.internal.impl.commons.grammar
 
BaseRamlGrammar() - Constructor for class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
BaseResourceTypeRefNode - Class in org.raml.v2.internal.impl.commons.nodes
 
BaseResourceTypeRefNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.BaseResourceTypeRefNode
 
BaseResourceTypeRefNode(BaseResourceTypeRefNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.BaseResourceTypeRefNode
 
baseResourceValue() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
BaseTraitRefNode - Class in org.raml.v2.internal.impl.commons.nodes
 
BaseTraitRefNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.BaseTraitRefNode
 
BaseTraitRefNode(BaseTraitRefNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.BaseTraitRefNode
 
baseUri() - Method in interface org.raml.v2.api.model.v08.api.Api
(Optional during development; Required after implementation) A RESTful API's resources are defined relative to the API's base URI.
baseUri() - Method in interface org.raml.v2.api.model.v10.api.Api
A URI that's to be used as the base of all the resources' URIs.
baseUri - Variable in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
baseUri() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
baseUriField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
baseUriKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
baseUriParameters() - Method in interface org.raml.v2.api.model.v08.api.Api
Base uri parameters are named parameters which described template parameters in the base uri
baseUriParameters() - Method in interface org.raml.v2.api.model.v08.methods.MethodBase
A resource or a method can override a base URI template's values.
baseUriParameters() - Method in interface org.raml.v2.api.model.v08.resources.Resource
A resource or a method can override a base URI template's values.
baseUriParameters() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
A resource or a method can override a base URI template's values.
baseUriParameters() - Method in interface org.raml.v2.api.model.v10.api.Api
Named parameters used in the baseUri (template)
baseUriParameters() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
baseUriParametersField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
baseUriParametersKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
BasicSecurityScheme - Interface in org.raml.v2.api.model.v08.security
 
body() - Method in interface org.raml.v2.api.model.v08.bodies.Response
Each response MAY contain a body property, which conforms to the same structure as request body properties (see Body).
body() - Method in interface org.raml.v2.api.model.v08.methods.MethodBase
Some method verbs expect the resource to be sent as a request body.
body() - Method in interface org.raml.v2.api.model.v10.bodies.Response
The body of the response: a body declaration
body() - Method in interface org.raml.v2.api.model.v10.methods.MethodBase
Some method verbs expect the resource to be sent as a request body.
body() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
body() - Method in class org.raml.v2.internal.impl.commons.model.Method
 
body() - Method in class org.raml.v2.internal.impl.commons.model.Response
 
bodyField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
bodyKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
BodyLike - Interface in org.raml.v2.api.model.v08.bodies
 
BodyLike - Class in org.raml.v2.internal.impl.commons.model
 
BodyLike(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.BodyLike
 
BodyNode - Class in org.raml.v2.internal.impl.commons.nodes
 
BodyNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.BodyNode
 
BodyNode(ResourceNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.BodyNode
 
bodyV08() - Method in class org.raml.v2.internal.impl.commons.model.Method
 
bodyV08() - Method in class org.raml.v2.internal.impl.commons.model.Response
 
BooleanNode - Interface in org.raml.v2.internal.framework.nodes
 
BooleanType - Interface in org.raml.v2.api.model.v08.system.types
 
BooleanType - Interface in org.raml.v2.api.model.v10.system.types
 
booleanType() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
BooleanTypeDeclaration - Interface in org.raml.v2.api.model.v08.parameters
 
BooleanTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
booleanTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
BooleanTypeNode - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
BooleanTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.BooleanTypeNode
 
BooleanTypeRule - Class in org.raml.v2.internal.framework.grammar.rule
 
BooleanTypeRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.BooleanTypeRule
 
build(File) - Method in class org.raml.v2.internal.impl.RamlBuilder
 
build(File, ResourceLoader) - Method in class org.raml.v2.internal.impl.RamlBuilder
 
build(String) - Method in class org.raml.v2.internal.impl.RamlBuilder
 
build(String, String) - Method in class org.raml.v2.internal.impl.RamlBuilder
 
build(String, ResourceLoader, String) - Method in class org.raml.v2.internal.impl.RamlBuilder
 
build(Reader, ResourceLoader, String) - Method in class org.raml.v2.internal.impl.RamlBuilder
 
build(String, ResourceLoader, String, int) - Method in class org.raml.v2.internal.impl.v08.Raml08Builder
 
build(String, RamlFragment, ResourceLoader, String, int) - Method in class org.raml.v2.internal.impl.v10.Raml10Builder
 
buildApi(String) - Method in class org.raml.v2.api.RamlModelBuilder
 
buildApi(File) - Method in class org.raml.v2.api.RamlModelBuilder
 
buildApi(Reader, String) - Method in class org.raml.v2.api.RamlModelBuilder
 
buildApi(String, String) - Method in class org.raml.v2.api.RamlModelBuilder
 
BuiltInScalarType - Enum in org.raml.v2.internal.impl.commons.model
 
byName(String) - Static method in enum org.raml.v2.internal.impl.v10.RamlFragment
 
byteStream - Variable in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 

C

camelize(String) - Static method in class org.raml.v2.internal.utils.Inflector
Generates a camel case version of a phrase from dash.
capitalize(String) - Static method in class org.raml.v2.internal.utils.Inflector
Capitalizes a word - only a first character is converted to upper case.
certifiedText - Variable in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
characterStream - Variable in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
children - Variable in class org.raml.v2.internal.framework.nodes.BaseNode
 
ClassNodeFactory - Class in org.raml.v2.internal.framework.grammar.rule
 
ClassNodeFactory(Class<? extends Node>) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ClassNodeFactory
 
ClassPathResourceLoader - Class in org.raml.v2.api.loader
 
ClassPathResourceLoader() - Constructor for class org.raml.v2.api.loader.ClassPathResourceLoader
 
code() - Method in interface org.raml.v2.api.model.v08.bodies.Response
Responses MUST be a map of one or more HTTP status codes, where each status code itself is a map that describes that status code.
code() - Method in interface org.raml.v2.api.model.v10.bodies.Response
Responses MUST be a map of one or more HTTP status codes, where each status code itself is a map that describes that status code.
code() - Method in class org.raml.v2.internal.impl.commons.model.Response
 
CommonAttributes - Class in org.raml.v2.internal.impl.commons.model
 
CommonAttributes() - Constructor for class org.raml.v2.internal.impl.commons.model.CommonAttributes
 
compareTo(Suggestion) - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
CompositeResourceLoader - Class in org.raml.v2.api.loader
 
CompositeResourceLoader(ResourceLoader...) - Constructor for class org.raml.v2.api.loader.CompositeResourceLoader
 
computeColumnForChild(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
ConditionalRule - Class in org.raml.v2.internal.framework.grammar.rule
 
ConditionalRule(Rule) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ConditionalRule
 
ConditionalRules - Class in org.raml.v2.internal.framework.grammar.rule
 
ConditionalRules(String, ConditionalRule...) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ConditionalRules
 
containsVariable(String) - Method in class org.raml.v2.internal.framework.nodes.ExecutionContext
 
content() - Method in interface org.raml.v2.api.model.v08.api.DocumentationItem
Content of documentation section
content() - Method in interface org.raml.v2.api.model.v10.api.DocumentationItem
Content of documentation section
content() - Method in class org.raml.v2.internal.impl.commons.model.DocumentationItem
 
contentField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
ContentType - Interface in org.raml.v2.api.model.v10.system.types
 
copy() - Method in class org.raml.v2.internal.framework.nodes.ErrorNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
copy() - Method in interface org.raml.v2.internal.framework.nodes.Node
Creates a new copy of this node
copy() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYArrayNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYBooleanNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYFloatingNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYIncludeNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYIntegerNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYNullNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYObjectNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYStringNode
 
copy() - Method in class org.raml.v2.internal.framework.nodes.StringNodeImpl
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationReferenceNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.BaseResourceTypeRefNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.BaseTraitRefNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.MethodNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.ParametrizedResourceTypeRefNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.ParametrizedTraitRefNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.PropertyNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.RamlDocumentNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceTypeRefNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeRefNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.StringTemplateNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.TemplateExpressionNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.TraitNode
 
copy() - Method in class org.raml.v2.internal.impl.commons.nodes.TraitRefNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.LibraryNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.LibraryRefNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.BooleanTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.DateTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.FileTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.FloatTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.IntegerTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.StringTypeNode
 
copy() - Method in class org.raml.v2.internal.impl.v10.nodes.types.InheritedPropertiesInjectedNode
 
create(Object...) - Method in class org.raml.v2.internal.framework.grammar.rule.ClassNodeFactory
 
create(Object...) - Method in interface org.raml.v2.internal.framework.grammar.rule.NodeFactory
 
create(Object...) - Method in class org.raml.v2.internal.framework.grammar.rule.NodeReferenceFactory
 
create(Object...) - Method in class org.raml.v2.internal.framework.grammar.rule.TypesFactory
 
create(Object...) - Method in class org.raml.v2.internal.impl.v10.nodes.types.factories.TypeNodeFactory
 
createEmptyDocument() - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInexistentType(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidArrayElement(Node) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidDateValue(String, String, String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidDivisorValue() - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidFragmentName(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidHeader(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidInput(IOException) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidJsonExampleNode(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidMaximumValue(Number) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidMaxLength(int) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidMinimumValue(Number) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidMinLength(int) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidMultipleOfValue(Number) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidNode(Node) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidNumberOfProperties(String, Integer, Integer) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidRangeValue(Number, Number) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidRootElement(Node, String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidSchemaNode(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidSiblingsValue(Node, Set<String>) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidTemplateFunctionExpression(Node, String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidTemplateParameterExpression(Node, String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidType(Node, NodeType) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidValue(Node, String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createInvalidXmlExampleNode(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createMissingAnnotationType(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createMissingField(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createNodeFromType(String) - Static method in class org.raml.v2.internal.impl.v10.nodes.types.factories.TypeNodeFactory
 
createNodeUsingFactory(Node, Object...) - Method in class org.raml.v2.internal.framework.grammar.rule.Rule
 
createNonexistentReferenceResourceTypeError(ReferenceNode) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createNonexistentReferenceTraitError(ReferenceNode) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createRaml(Class<T>, RamlDocumentNode) - Static method in class org.raml.v2.internal.impl.commons.model.builder.ModelProxyBuilder
 
createRequiredValueNotFound(Node, Rule) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createUnexpectedKey(Node, Collection<String>) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
createUnsupportedVersion(String) - Static method in class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
CustomSecurityScheme - Interface in org.raml.v2.api.model.v08.security
 

D

DateOnlyTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
DateTimeOnlyTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
DateTimeTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
DateTypeDeclaration - Interface in org.raml.v2.api.model.v08.parameters
 
DateTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
dateTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
DateTypeNode - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
DateTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.DateTypeNode
 
DateUtils - Class in org.raml.v2.internal.utils
 
DateUtils() - Constructor for class org.raml.v2.internal.utils.DateUtils
 
DateValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
DateValueRule(String, String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.DateValueRule
 
dedent() - Method in class org.raml.v2.internal.utils.TreeDumper
 
DEFAULT_COLUMN_STEP - Static variable in class org.raml.v2.internal.utils.NodeUtils
 
DefaultPosition - Class in org.raml.v2.internal.framework.nodes
 
DefaultPosition(int, int, int, String) - Constructor for class org.raml.v2.internal.framework.nodes.DefaultPosition
 
DefaultResourceLoader - Class in org.raml.v2.api.loader
 
DefaultResourceLoader() - Constructor for class org.raml.v2.api.loader.DefaultResourceLoader
 
DefaultSuggestion - Class in org.raml.v2.internal.framework.suggester
 
DefaultSuggestion(String, String, String) - Constructor for class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
DefaultSuggestion(String, String, String, String) - Constructor for class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
defaultValue() - Method in interface org.raml.v2.api.model.v08.parameters.Parameter
The default attribute specifies the default value to use for the property if the property is omitted or its value is not specified.
defaultValue() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
Provides default value for a property
defaultValue(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ConditionalRules
 
DefaultValue - Interface in org.raml.v2.internal.framework.grammar.rule
 
defaultValue(DefaultValue) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
defaultValue() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
describedBy() - Method in interface org.raml.v2.api.model.v08.security.AbstractSecurityScheme
A description of the request components related to Security that are determined by the scheme: the headers, query parameters or responses.
describedBy() - Method in interface org.raml.v2.api.model.v10.security.AbstractSecurityScheme
A description of the request components related to Security that are determined by the scheme: the headers, query parameters or responses.
describedBy() - Method in class org.raml.v2.internal.impl.commons.model.SecurityScheme
 
description() - Method in interface org.raml.v2.api.model.v08.common.RAMLLanguageElement
The description attribute describes the intended use or meaning of the $self.
description() - Method in interface org.raml.v2.api.model.v10.bodies.Response
A longer, human-friendly description of the response
description() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
A longer, human-friendly description of the type
description() - Method in interface org.raml.v2.api.model.v10.methods.MethodBase
 
description() - Method in interface org.raml.v2.api.model.v10.resources.ResourceBase
 
description() - Method in interface org.raml.v2.api.model.v10.security.AbstractSecurityScheme
The description MAY be used to describe a securityScheme.
description(String) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
description(String) - Method in class org.raml.v2.internal.framework.grammar.rule.RegexValueRule
 
description(String) - Method in class org.raml.v2.internal.framework.grammar.rule.StringValueRule
 
description() - Method in class org.raml.v2.internal.impl.commons.model.CommonAttributes
 
descriptionField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
descriptionKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
detectEncoding(byte[]) - Static method in class org.raml.v2.internal.utils.StreamUtils
 
DigestSecurityScheme - Interface in org.raml.v2.api.model.v08.security
 
discriminator() - Method in interface org.raml.v2.api.model.v10.datamodel.ObjectTypeDeclaration
Type property name to be used as discriminator, or boolean
DiscriminatorRule - Class in org.raml.v2.internal.framework.grammar.rule
 
DiscriminatorRule(Rule, Rule) - Constructor for class org.raml.v2.internal.framework.grammar.rule.DiscriminatorRule
 
discriminatorValue() - Method in interface org.raml.v2.api.model.v10.datamodel.ObjectTypeDeclaration
The value of discriminator for the type.
displayName() - Method in interface org.raml.v2.api.model.v08.parameters.Parameter
An alternate, human-friendly name for the parameter
displayName() - Method in interface org.raml.v2.api.model.v08.resources.Resource
An alternate, human-friendly name for the resource
displayName() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
An alternate, human-friendly name for the resource type
displayName() - Method in interface org.raml.v2.api.model.v08.security.SecuritySchemePart
An alternate, human-friendly name for the security scheme part
displayName() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
The displayName attribute specifies the type display name.
displayName() - Method in interface org.raml.v2.api.model.v10.methods.MethodBase
 
displayName() - Method in interface org.raml.v2.api.model.v10.resources.Resource
The displayName attribute specifies the resource display name.
displayName() - Method in interface org.raml.v2.api.model.v10.resources.ResourceType
The displayName attribute specifies the resource type display name.
displayName() - Method in interface org.raml.v2.api.model.v10.security.AbstractSecurityScheme
The displayName attribute specifies the security scheme display name.
displayName() - Method in class org.raml.v2.internal.impl.commons.model.CommonAttributes
 
displayNameField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
displayNameKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
DivisorValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
DivisorValueRule(Number) - Constructor for class org.raml.v2.internal.framework.grammar.rule.DivisorValueRule
 
documentation() - Method in interface org.raml.v2.api.model.v08.api.Api
The API definition can include a variety of documents that serve as a user guides and reference documentation for the API.
documentation() - Method in interface org.raml.v2.api.model.v10.api.Api
Additional overall documentation for the API
documentation() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
documentation() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
DocumentationItem - Interface in org.raml.v2.api.model.v08.api
 
DocumentationItem - Interface in org.raml.v2.api.model.v10.api
 
DocumentationItem - Class in org.raml.v2.internal.impl.commons.model
 
DocumentationItem(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.DocumentationItem
 
documentationKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
documentations() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
DocumentContentAccessor - Interface in org.raml.v2.internal.framework.suggester
 
dump(Node) - Method in class org.raml.v2.internal.impl.emitter.tck.TckEmitter
 
dump(Node) - Static method in class org.raml.v2.internal.utils.JSonDumper
 
dump - Variable in class org.raml.v2.internal.utils.TreeDumper
 
dump(Node) - Method in class org.raml.v2.internal.utils.TreeDumper
 
dumpNode(Node) - Method in class org.raml.v2.internal.utils.TreeDumper
 

E

EmptyErrorNode - Class in org.raml.v2.internal.framework.nodes
 
EmptyErrorNode() - Constructor for class org.raml.v2.internal.framework.nodes.EmptyErrorNode
 
emptyPosition() - Static method in class org.raml.v2.internal.framework.nodes.DefaultPosition
 
ENCODED_SLASH - Static variable in class org.raml.v2.internal.utils.NodeSelector
 
encodePath(String) - Static method in class org.raml.v2.internal.utils.NodeSelector
 
encoding - Variable in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
enumValues() - Method in interface org.raml.v2.api.model.v08.parameters.StringTypeDeclaration
(Optional, applicable only for parameters of type string) The enum attribute provides an enumeration of the parameter's valid values.
enumValues() - Method in interface org.raml.v2.api.model.v10.datamodel.NumberTypeDeclaration
(Optional, applicable only for parameters of type string) The enum attribute provides an enumeration of the parameter's valid values.
enumValues() - Method in interface org.raml.v2.api.model.v10.datamodel.StringTypeDeclaration
(Optional, applicable only for parameters of type string) The enum attribute provides an enumeration of the parameter's valid values.
ErrorNode - Class in org.raml.v2.internal.framework.nodes
 
ErrorNode(String) - Constructor for class org.raml.v2.internal.framework.nodes.ErrorNode
 
ErrorNodeFactory - Class in org.raml.v2.internal.framework.grammar.rule
 
ErrorNodeFactory() - Constructor for class org.raml.v2.internal.framework.grammar.rule.ErrorNodeFactory
 
example() - Method in interface org.raml.v2.api.model.v08.bodies.BodyLike
Documentation generators MUST use body properties' example attributes to generate example invocations.
example() - Method in interface org.raml.v2.api.model.v08.parameters.Parameter
(Optional) The example attribute shows an example value for the property.
example() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
An example of this type instance represented as string or yaml map/sequence.
example() - Method in class org.raml.v2.internal.impl.commons.model.BodyLike
 
example() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
exampleFieldRule() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
examples() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
An example of this type instance represented as string.
examples() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
ExampleSpec - Interface in org.raml.v2.api.model.v10.datamodel
 
ExampleSpec - Class in org.raml.v2.internal.impl.commons.model
 
ExampleSpec(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.ExampleSpec
 
ExampleString - Interface in org.raml.v2.api.model.v08.system.types
 
ExampleTypeNode - Class in org.raml.v2.internal.impl.commons.nodes
 
ExampleTypeNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
ExampleTypeNode(AbstractRamlNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
ExampleValidationPhase - Class in org.raml.v2.internal.impl.commons.phase
 
ExampleValidationPhase(ResourceLoader) - Constructor for class org.raml.v2.internal.impl.commons.phase.ExampleValidationPhase
 
ExclusiveSiblingRule - Class in org.raml.v2.internal.framework.grammar
 
ExclusiveSiblingRule(String, Set<String>) - Constructor for class org.raml.v2.internal.framework.grammar.ExclusiveSiblingRule
 
ExecutableNode - Interface in org.raml.v2.internal.framework.nodes
 
execute(ExecutionContext) - Method in interface org.raml.v2.internal.framework.nodes.ExecutableNode
 
execute(ExecutionContext) - Method in class org.raml.v2.internal.impl.commons.nodes.StringTemplateNode
 
execute(ExecutionContext) - Method in class org.raml.v2.internal.impl.commons.nodes.TemplateExpressionNode
 
ExecutionContext - Class in org.raml.v2.internal.framework.nodes
 
ExecutionContext(Map<String, String>) - Constructor for class org.raml.v2.internal.framework.nodes.ExecutionContext
 
extendsKey() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
ExtendsNode - Class in org.raml.v2.internal.impl.commons.nodes
 
ExtendsNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.ExtendsNode
 
extension() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
ExtensionsMerger - Class in org.raml.v2.internal.impl.commons.phase
 
ExtensionsMerger() - Constructor for class org.raml.v2.internal.impl.commons.phase.ExtensionsMerger
 

F

fetchResource(String) - Method in class org.raml.v2.api.loader.ClassPathResourceLoader
 
fetchResource(String) - Method in class org.raml.v2.api.loader.CompositeResourceLoader
 
fetchResource(String) - Method in class org.raml.v2.api.loader.DefaultResourceLoader
 
fetchResource(String) - Method in class org.raml.v2.api.loader.FileResourceLoader
 
fetchResource(String) - Method in class org.raml.v2.api.loader.RamlUrlResourceLoader
 
fetchResource(String) - Method in interface org.raml.v2.api.loader.ResourceLoader
Returns an input stream for reading the specified resource.
fetchResource(String) - Method in class org.raml.v2.api.loader.UrlResourceLoader
 
field(Rule, Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
FieldPresentRule - Class in org.raml.v2.internal.framework.grammar.rule
 
FieldPresentRule(String, Rule) - Constructor for class org.raml.v2.internal.framework.grammar.rule.FieldPresentRule
 
fieldWithRequiredValue(Rule, Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
FileResourceLoader - Class in org.raml.v2.api.loader
 
FileResourceLoader(String) - Constructor for class org.raml.v2.api.loader.FileResourceLoader
 
FileResourceLoader(File) - Constructor for class org.raml.v2.api.loader.FileResourceLoader
 
FileTypeDeclaration - Interface in org.raml.v2.api.model.v08.parameters
 
FileTypeDeclaration - Interface in org.raml.v2.api.model.v10.parameters
 
fileTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
FileTypeNode - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
FileTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.FileTypeNode
 
fileTypes() - Method in interface org.raml.v2.api.model.v10.parameters.FileTypeDeclaration
It should also include a new property: fileTypes, which should be a list of valid content-type strings for the file.
findAncestorWith(Class<T>) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
findAncestorWith(Class<T>) - Method in interface org.raml.v2.internal.framework.nodes.Node
Returns the nearest ancestor node that is instance of the specified class
findDescendantsWith(Class<T>) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
findDescendantsWith(Class<T>) - Method in interface org.raml.v2.internal.framework.nodes.Node
Returns the list of descendants nodes that are instances of the specified class
FIRST_PHASE - Static variable in class org.raml.v2.internal.impl.RamlBuilder
 
firstOf(Rule...) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
FirstOfRule - Class in org.raml.v2.internal.framework.grammar.rule
 
FirstOfRule(List<Rule>) - Constructor for class org.raml.v2.internal.framework.grammar.rule.FirstOfRule
 
fixedFacets() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
Returns facets fixed by the type.
FixedUri - Interface in org.raml.v2.api.model.v08.system.types
 
FixedUriString - Interface in org.raml.v2.api.model.v10.system.types
 
FloatingNode - Interface in org.raml.v2.internal.framework.nodes
 
floatType() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
FloatTypeNode - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
FloatTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.FloatTypeNode
 
FloatTypeNode(FloatTypeNode) - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.FloatTypeNode
 
FloatTypeRule - Class in org.raml.v2.internal.framework.grammar.rule
 
FloatTypeRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.FloatTypeRule
 
format() - Method in interface org.raml.v2.api.model.v10.datamodel.DateTimeTypeDeclaration
Format used for this date time rfc3339 or rfc2616
format() - Method in interface org.raml.v2.api.model.v10.datamodel.NumberTypeDeclaration
Value format
formParameters() - Method in interface org.raml.v2.api.model.v08.bodies.BodyLike
Web forms REQUIRE special encoding and custom declaration.
formParameters() - Method in class org.raml.v2.internal.impl.commons.model.BodyLike
 
formParameters() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
FullUriTemplateString - Interface in org.raml.v2.api.model.v08.system.types
 
FullUriTemplateString - Interface in org.raml.v2.api.model.v10.system.types
 

G

generateJsonSchema(Node) - Method in class org.raml.v2.internal.utils.SchemaGenerator
 
generateXmlSchema(Node) - Method in class org.raml.v2.internal.utils.SchemaGenerator
 
get(String) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
get(String) - Method in interface org.raml.v2.internal.framework.nodes.Node
Returns the child node that matches the desired selector or null if there is no match
getActualPath() - Method in class org.raml.v2.internal.impl.RamlBuilder
 
getAncestor(Node, int) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
getAnnotationTypeNode() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationNode
 
getApiV08() - Method in class org.raml.v2.api.RamlModelResult
 
getApiV10() - Method in class org.raml.v2.api.RamlModelResult
 
getBaseURI() - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
getByteStream() - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
getCertifiedText() - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
getCharacter(int) - Method in interface org.raml.v2.internal.framework.suggester.DocumentContentAccessor
 
getCharacterStream() - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
getChildren() - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
getChildren() - Method in interface org.raml.v2.internal.framework.nodes.Node
All the children
getColumn() - Method in class org.raml.v2.internal.framework.nodes.DefaultPosition
 
getColumn() - Method in interface org.raml.v2.internal.framework.nodes.Position
 
getColumn() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYPosition
 
getContent() - Method in class org.raml.v2.internal.framework.suggester.RamlParsingContext
 
getContextType() - Method in class org.raml.v2.internal.framework.suggester.RamlParsingContext
 
getDateType() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.DateTypeNode
 
getDefaultValue(Node) - Method in interface org.raml.v2.internal.framework.grammar.rule.DefaultValue
Generates a default value for a missing tuple.
getDefaultValue(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ParentKeyDefaultValue
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.ExclusiveSiblingRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.AnyValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.ArrayRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.BooleanTypeRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.DateValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.DiscriminatorRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.DivisorValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.FieldPresentRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.FloatTypeRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.IntegerTypeRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.IntegerValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.JsonSchemaValidationRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.MaximumValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.MaxLengthRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.MinimumValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.MinLengthRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.NegativeRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.NullValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectListRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.ParametrizedNodeReferenceRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.RangeValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.ReferenceRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.RegexValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.Rule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.ScalarTypeRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.StringTypeRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.StringValueRule
 
getDescription() - Method in class org.raml.v2.internal.framework.grammar.rule.XmlSchemaValidationRule
 
getDescription() - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
getDescription() - Method in interface org.raml.v2.internal.framework.suggester.Suggestion
 
getEncoding() - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
getEndPosition() - Method in class org.raml.v2.internal.framework.nodes.AbstractRamlNode
 
getEndPosition() - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
getEndPosition() - Method in interface org.raml.v2.internal.framework.nodes.Node
The end position of this node
getEndPosition() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYBaseRamlNode
 
getEndPosition() - Method in class org.raml.v2.internal.impl.v10.nodes.types.InheritedPropertiesInjectedNode
 
getEnumValues() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.NumericTypeNode
 
getEnumValues() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.StringTypeNode
 
getErrorMessage() - Method in class org.raml.v2.internal.framework.nodes.ErrorNode
 
getFileTypes() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.FileTypeNode
 
getFormat() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.NumericTypeNode
 
getFragment() - Method in class org.raml.v2.internal.impl.commons.RamlHeader
 
getGrandParent(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
getIncludedType() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYIncludeNode
 
getIncludePath() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYIncludeNode
 
getIndex() - Method in class org.raml.v2.internal.framework.nodes.DefaultPosition
 
getIndex() - Method in interface org.raml.v2.internal.framework.nodes.Position
 
getIndex() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYPosition
 
getInheritanceRules(ObjectTypeNode) - Method in class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 
getInheritedProperties() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
getKey() - Method in interface org.raml.v2.internal.framework.nodes.KeyValueNode
 
getKey() - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
getKey() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationNode
 
getKeyRule() - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
getKeySuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
getLabel() - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
getLabel() - Method in interface org.raml.v2.internal.framework.suggester.Suggestion
 
getLine() - Method in class org.raml.v2.internal.framework.nodes.DefaultPosition
 
getLine() - Method in interface org.raml.v2.internal.framework.nodes.Position
 
getLine() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYPosition
 
getList(String, Class<T>) - Method in class org.raml.v2.internal.impl.commons.model.BaseModelElement
 
getListFromSeq(String, Class<T>) - Method in class org.raml.v2.internal.impl.commons.model.BaseModelElement
 
getLiteralValue() - Method in interface org.raml.v2.internal.framework.nodes.SimpleTypeNode
in some cases the value of the node is different than the literal one e.g: (literal value) -> (value) 001 -> 1 0xF -> 15
getLiteralValue() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYBaseRamlNode
 
getLiteralValue() - Method in class org.raml.v2.internal.framework.nodes.StringNodeImpl
 
getLiteralValue() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationReferenceNode
 
getLiteralValue() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceTypeRefNode
 
getLiteralValue() - Method in class org.raml.v2.internal.impl.commons.nodes.TraitRefNode
 
getLocation() - Method in class org.raml.v2.internal.framework.suggester.RamlParsingContext
 
getLocation() - Method in class org.raml.v2.internal.framework.suggester.Suggestions
 
getMatchingRule(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
getMatchingRule(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 
getMaximum() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.NumericTypeNode
 
getMaxLength() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.FileTypeNode
 
getMaxLength() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.StringTypeNode
 
getMaxProperties() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
getMessage() - Method in interface org.raml.v2.api.model.common.ValidationResult
 
getMessage() - Method in class org.raml.v2.internal.impl.commons.model.RamlValidationResult
 
getMethodNode() - Method in class org.raml.v2.internal.impl.commons.model.Method
 
getMinimum() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.NumericTypeNode
 
getMinLength() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.FileTypeNode
 
getMinLength() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.StringTypeNode
 
getMinProperties() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
getMultiple() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.NumericTypeNode
 
getName() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationNode
 
getName() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationTypeNode
 
getName() - Method in class org.raml.v2.internal.impl.commons.nodes.MethodNode
 
getName() - Method in class org.raml.v2.internal.impl.commons.nodes.PropertyNode
 
getName() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceTypeNode
 
getName() - Method in class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeNode
 
getName() - Method in class org.raml.v2.internal.impl.commons.nodes.TraitNode
 
getName() - Method in class org.raml.v2.internal.impl.v10.nodes.LibraryNode
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.BaseModelElement
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.BodyLike
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.DocumentationItem
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.ExampleSpec
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.GlobalSchema
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.Operation
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.Parameter
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.Reference
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.ResourceType
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.Response
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.SecurityScheme
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeRef
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.Trait
 
getNode() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
getObject(String, Class<T>) - Method in class org.raml.v2.internal.impl.commons.model.BaseModelElement
 
getParameters() - Method in class org.raml.v2.internal.framework.nodes.AbstractReferenceNode
 
getParameters() - Method in interface org.raml.v2.internal.framework.nodes.ParametrizedReferenceNode
 
getParametersNode() - Method in class org.raml.v2.internal.framework.nodes.AbstractReferenceNode
 
getParent() - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
getParent() - Method in interface org.raml.v2.internal.framework.nodes.Node
The parent of this node
getParentResourceNode() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceNode
 
getPattern() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.StringTypeNode
 
getPrefix() - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
getPrefix() - Method in interface org.raml.v2.internal.framework.suggester.Suggestion
 
getProperties() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
getProperties() - Method in class org.raml.v2.internal.impl.v10.nodes.types.InheritedPropertiesInjectedNode
 
getPublicId() - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
getRef() - Method in class org.raml.v2.internal.framework.grammar.rule.ReferenceRule
 
getRefName() - Method in interface org.raml.v2.internal.framework.nodes.ReferenceNode
 
getRefName() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationReferenceNode
 
getRefName() - Method in class org.raml.v2.internal.impl.commons.nodes.BaseResourceTypeRefNode
 
getRefName() - Method in class org.raml.v2.internal.impl.commons.nodes.BaseTraitRefNode
 
getRefName() - Method in class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeRefNode
 
getRefName() - Method in class org.raml.v2.internal.impl.v10.nodes.LibraryRefNode
 
getRefNode() - Method in interface org.raml.v2.internal.framework.nodes.ReferenceNode
 
getRefNode() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationReferenceNode
 
getRefNode() - Method in class org.raml.v2.internal.impl.commons.nodes.BaseResourceTypeRefNode
 
getRefNode() - Method in class org.raml.v2.internal.impl.commons.nodes.BaseTraitRefNode
 
getRefNode() - Method in class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeRefNode
 
getRefNode() - Method in class org.raml.v2.internal.impl.v10.nodes.LibraryRefNode
 
getRelativeNode() - Method in class org.raml.v2.internal.framework.nodes.AbstractReferenceNode
 
getRelativeUri() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceNode
 
getReplaceWord() - Method in class org.raml.v2.internal.framework.suggester.Suggestions
 
getResource() - Method in class org.raml.v2.internal.framework.nodes.DefaultPosition
 
getResource() - Method in interface org.raml.v2.internal.framework.nodes.Position
 
getResource() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYPosition
 
getResourceLoader() - Method in class org.raml.v2.internal.impl.commons.nodes.RamlDocumentNode
 
getResourceLoader() - Method in class org.raml.v2.internal.impl.RamlBuilder
 
getResourceLoader(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
getResourcePath() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceNode
 
getResourcePathName() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceNode
 
getResult(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
getResult(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ParametrizedNodeReferenceRule
 
getRFC() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.DateTypeNode
 
getRootNode() - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
getRootNode() - Method in interface org.raml.v2.internal.framework.nodes.Node
The ancestor that does not has any parent.
getRule(Raml10Grammar) - Method in enum org.raml.v2.internal.impl.v10.RamlFragment
 
getRuleByName(String) - Method in class org.raml.v2.internal.framework.grammar.GrammarContext
 
getRuleFor(String) - Method in class org.raml.v2.internal.impl.RamlSuggester
 
getRules() - Method in class org.raml.v2.internal.framework.grammar.rule.ConditionalRule
 
getRulesNode(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ConditionalRules
 
getSchemaPath() - Method in class org.raml.v2.internal.framework.nodes.SchemaNodeImpl
 
getSimpleValue(String, Node) - Static method in class org.raml.v2.internal.impl.commons.model.builder.ModelUtils
 
getSource() - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
getSource() - Method in interface org.raml.v2.internal.framework.nodes.Node
Return the source of this node.
getStartPosition() - Method in class org.raml.v2.internal.framework.nodes.AbstractRamlNode
 
getStartPosition() - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
getStartPosition() - Method in interface org.raml.v2.internal.framework.nodes.Node
The start position of this node
getStartPosition() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYBaseRamlNode
 
getStartPosition() - Method in class org.raml.v2.internal.impl.v10.nodes.types.InheritedPropertiesInjectedNode
 
getStringData() - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
getStringList(String) - Method in class org.raml.v2.internal.impl.commons.model.BaseModelElement
 
getStringTypeValue(String) - Method in class org.raml.v2.internal.impl.commons.model.BaseModelElement
 
getStringTypeValue(String, Node) - Static method in class org.raml.v2.internal.impl.commons.model.builder.ModelUtils
 
getStringValue(String) - Method in class org.raml.v2.internal.impl.commons.model.BaseModelElement
 
getStringValue(String, Node) - Static method in class org.raml.v2.internal.impl.commons.model.builder.ModelUtils
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.ExclusiveSiblingRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.AnyValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ArrayRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ArrayRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.BooleanTypeRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.DateValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.DiscriminatorRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.DivisorValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.FieldPresentRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.FirstOfRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.FloatTypeRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.IntegerTypeRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.IntegerValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.JsonSchemaValidationRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.MaximumValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.MaxLengthRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.MinimumValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.MinLengthRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.NegativeRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.NegativeRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.NodeReferenceRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.NullValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectListRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ParametrizedNodeReferenceRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ParametrizedNodeReferenceRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.RangeValueRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ReferenceRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ReferenceRule
 
getSuggestions(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ReferenceSuggester
 
getSuggestions(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ReferenceTypeSuggester
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.RegexValueRule
 
getSuggestions(List<Node>, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.Rule
Returns the list of suggestions after navigating through the path
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.Rule
Returns the suggestions of this specific rule
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.ScalarTypeRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.StringTypeRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.StringValueRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.TypeNodeReferenceRule
 
getSuggestions(Node, RamlParsingContext) - Method in class org.raml.v2.internal.framework.grammar.rule.XmlSchemaValidationRule
 
getSuggestions() - Method in class org.raml.v2.internal.framework.suggester.Suggestions
 
getSystemId() - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
getType() - Method in class org.raml.v2.internal.framework.nodes.AbstractReferenceNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.ErrorNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
getType() - Method in interface org.raml.v2.internal.framework.nodes.Node
Returns the type of this node
getType() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYArrayNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYBooleanNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYFloatingNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYIntegerNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYNullNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYObjectNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYStringNode
 
getType() - Method in class org.raml.v2.internal.framework.nodes.StringNodeImpl
 
getType() - Method in enum org.raml.v2.internal.impl.commons.model.BuiltInScalarType
 
getType() - Method in class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
getType() - Method in class org.raml.v2.internal.impl.commons.nodes.RamlDocumentNode
 
getType() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.BooleanTypeNode
 
getType() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.DateTypeNode
 
getType() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.FileTypeNode
 
getType() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.NumericTypeNode
 
getType() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
getType() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.StringTypeNode
 
getType() - Method in class org.raml.v2.internal.impl.v10.nodes.types.InheritedPropertiesInjectedNode
 
getType(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
getType(String, Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
getTypeNode() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationTypeNode
 
getTypeNode() - Method in class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
getTypeNode() - Method in class org.raml.v2.internal.impl.commons.nodes.PayloadNode
 
getTypeNode() - Method in class org.raml.v2.internal.impl.commons.nodes.PropertyNode
 
getTypeReference() - Method in class org.raml.v2.internal.framework.nodes.SchemaNodeImpl
 
getTypes(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
getTypesRoot(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
getValidationResults() - Method in class org.raml.v2.api.RamlModelResult
 
getValue() - Method in class org.raml.v2.internal.framework.grammar.rule.StringValueRule
 
getValue() - Method in interface org.raml.v2.internal.framework.nodes.BooleanNode
 
getValue() - Method in interface org.raml.v2.internal.framework.nodes.FloatingNode
 
getValue() - Method in interface org.raml.v2.internal.framework.nodes.IntegerNode
 
getValue() - Method in interface org.raml.v2.internal.framework.nodes.KeyValueNode
 
getValue() - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
getValue() - Method in interface org.raml.v2.internal.framework.nodes.SimpleTypeNode
 
getValue() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYBooleanNode
 
getValue() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYFloatingNode
 
getValue() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYIntegerNode
 
getValue() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYStringNode
 
getValue() - Method in interface org.raml.v2.internal.framework.nodes.StringNode
 
getValue() - Method in class org.raml.v2.internal.framework.nodes.StringNodeImpl
 
getValue() - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
getValue() - Method in interface org.raml.v2.internal.framework.suggester.Suggestion
 
getValue() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationReferenceNode
 
getValue() - Method in class org.raml.v2.internal.impl.commons.nodes.PayloadValidationResultNode
 
getValue() - Method in class org.raml.v2.internal.impl.commons.nodes.ResourceTypeRefNode
 
getValue() - Method in class org.raml.v2.internal.impl.commons.nodes.TraitRefNode
 
getValue() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.DateTypeNode
 
getValueRule() - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
getVariable(String) - Method in class org.raml.v2.internal.framework.nodes.ExecutionContext
 
getVariableName() - Method in class org.raml.v2.internal.impl.commons.nodes.TemplateExpressionNode
 
getVersion() - Method in class org.raml.v2.internal.impl.commons.nodes.RamlDocumentNode
 
getVersion() - Method in class org.raml.v2.internal.impl.commons.RamlHeader
 
getYamlNode() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYBaseRamlNode
 
GlobalSchema - Interface in org.raml.v2.api.model.v08.api
 
GlobalSchema - Class in org.raml.v2.internal.impl.commons.model
 
GlobalSchema(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.GlobalSchema
 
GrammarContext - Class in org.raml.v2.internal.framework.grammar
 
GrammarContext() - Constructor for class org.raml.v2.internal.framework.grammar.GrammarContext
 
GrammarPhase - Class in org.raml.v2.internal.framework.phase
 
GrammarPhase(Rule) - Constructor for class org.raml.v2.internal.framework.phase.GrammarPhase
 

H

hasErrors() - Method in class org.raml.v2.api.RamlModelResult
 
headers() - Method in interface org.raml.v2.api.model.v08.bodies.Response
An API's methods may support custom header values in responses.
headers() - Method in interface org.raml.v2.api.model.v08.methods.MethodBase
Headers that allowed at this position
headers() - Method in interface org.raml.v2.api.model.v10.bodies.Response
Detailed information about any response headers returned by this method
headers() - Method in interface org.raml.v2.api.model.v10.methods.Operation
Headers that allowed at this position
headers() - Method in class org.raml.v2.internal.impl.commons.model.Operation
 
headers() - Method in class org.raml.v2.internal.impl.commons.model.Response
 
headersField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
headersKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 

I

INCLUDE_TAG - Static variable in class org.raml.v2.internal.framework.nodes.snakeyaml.SYModelWrapper
 
IncludeErrorNode - Class in org.raml.v2.internal.framework.nodes
 
IncludeErrorNode(String) - Constructor for class org.raml.v2.internal.framework.nodes.IncludeErrorNode
 
IncludeResolver - Class in org.raml.v2.internal.impl.commons.phase
 
IncludeResolver(ResourceLoader, String) - Constructor for class org.raml.v2.internal.impl.commons.phase.IncludeResolver
 
indent() - Method in class org.raml.v2.internal.utils.TreeDumper
 
Inflector - Class in org.raml.v2.internal.utils
 
Inflector() - Constructor for class org.raml.v2.internal.utils.Inflector
 
InheritedPropertiesInjectedNode - Class in org.raml.v2.internal.impl.v10.nodes.types
 
InheritedPropertiesInjectedNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.InheritedPropertiesInjectedNode
 
InheritedPropertiesInjectedNode(InheritedPropertiesInjectedNode) - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.InheritedPropertiesInjectedNode
 
integer(Integer) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
IntegerNode - Interface in org.raml.v2.internal.framework.nodes
 
integerType() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
IntegerTypeDeclaration - Interface in org.raml.v2.api.model.v08.parameters
 
IntegerTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
integerTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
IntegerTypeNode - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
IntegerTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.IntegerTypeNode
 
IntegerTypeNode(IntegerTypeNode) - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.IntegerTypeNode
 
IntegerTypeRule - Class in org.raml.v2.internal.framework.grammar.rule
 
IntegerTypeRule(Range<Integer>) - Constructor for class org.raml.v2.internal.framework.grammar.rule.IntegerTypeRule
 
IntegerTypeRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.IntegerTypeRule
 
IntegerValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
IntegerValueRule(BigInteger) - Constructor for class org.raml.v2.internal.framework.grammar.rule.IntegerValueRule
 
is() - Method in interface org.raml.v2.api.model.v08.methods.Method
Instantiation of applyed traits
is() - Method in interface org.raml.v2.api.model.v08.resources.Resource
Instantiation of applyed traits
is() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
Instantiation of applyed traits
is() - Method in interface org.raml.v2.api.model.v08.security.SecuritySchemePart
Instantiation of applyed traits
is() - Method in interface org.raml.v2.api.model.v10.methods.MethodBase
Instantiation of applyed traits
is() - Method in interface org.raml.v2.api.model.v10.resources.ResourceBase
A list of the traits to apply to all methods declared (implicitly or explicitly) for this resource.
is(Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
is() - Method in class org.raml.v2.internal.impl.commons.model.Method
 
is() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
isAllowAdditionalProperties() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
isAnnotation() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
Whether the type represents annotation
isArray() - Method in interface org.raml.v2.api.model.v08.system.types.TypeInstanceProperty
Whether property has array as value
isArray() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeInstanceProperty
Whether property has array as value
isArray() - Method in class org.raml.v2.internal.impl.commons.model.TypeInstanceProperty
 
isArray() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
isArrayExample() - Method in class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
isArrayExample() - Method in class org.raml.v2.internal.impl.commons.nodes.PayloadNode
 
isBuiltInScalarType(String) - Static method in enum org.raml.v2.internal.impl.commons.model.BuiltInScalarType
 
isErrorResult(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
isField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
isJsonSchemaNode(Node) - Static method in class org.raml.v2.internal.utils.SchemaGenerator
 
isJsonStyle() - Method in interface org.raml.v2.internal.framework.nodes.ArrayNode
Return true if the array was persisted with the json style [ "item"]
isJsonStyle() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYArrayNode
 
isKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
isPrimitiveOrWrapperOrString(Class<?>) - Static method in class org.raml.v2.internal.impl.commons.model.builder.ModelUtils
 
isRequired() - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
isRequired() - Method in class org.raml.v2.internal.impl.commons.nodes.PropertyNode
 
isResolved() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
isScalar() - Method in interface org.raml.v2.api.model.v08.system.types.TypeInstance
Whether the type is scalar
isScalar() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeInstance
Whether the type is scalar
isScalar() - Method in class org.raml.v2.internal.impl.commons.model.TypeInstance
 
isSchemaNode(Node) - Static method in class org.raml.v2.internal.utils.SchemaGenerator
 
isStringNode(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
isValidDate(String, String, String) - Static method in class org.raml.v2.internal.utils.DateUtils
 
isVersion08() - Method in class org.raml.v2.api.RamlModelResult
 
isVersion10() - Method in class org.raml.v2.api.RamlModelResult
 
isXmlSchemaNode(Node) - Static method in class org.raml.v2.internal.utils.SchemaGenerator
 
isYamlSignificantChar(char) - Static method in class org.raml.v2.internal.utils.YamlUtils
 
items() - Method in interface org.raml.v2.api.model.v10.datamodel.ArrayTypeDeclaration
Array component type.

J

JSONBody - Interface in org.raml.v2.api.model.v08.bodies
 
JSonDumper - Class in org.raml.v2.internal.utils
 
JSonDumper() - Constructor for class org.raml.v2.internal.utils.JSonDumper
 
JSONExample - Interface in org.raml.v2.api.model.v08.system.types
 
JSonSchemaString - Interface in org.raml.v2.api.model.v08.system.types
 
JsonSchemaValidationRule - Class in org.raml.v2.internal.framework.grammar.rule
 
JsonSchemaValidationRule(Node) - Constructor for class org.raml.v2.internal.framework.grammar.rule.JsonSchemaValidationRule
 

K

key() - Method in interface org.raml.v2.api.model.v08.api.GlobalSchema
Name of the global schema, used to refer on schema content
key() - Method in interface org.raml.v2.api.model.v10.api.UsesDeclaration
Name prefix (without dot) used to refer imported declarations
key() - Method in class org.raml.v2.internal.impl.commons.model.GlobalSchema
 
KeyValueNode - Interface in org.raml.v2.internal.framework.nodes
 
KeyValueNodeImpl - Class in org.raml.v2.internal.framework.nodes
 
KeyValueNodeImpl() - Constructor for class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
KeyValueNodeImpl(Node, Node) - Constructor for class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
KeyValueNodeImpl(KeyValueNodeImpl) - Constructor for class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
KeyValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
KeyValueRule(Rule, Rule) - Constructor for class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 

L

label(String) - Method in class org.raml.v2.internal.framework.grammar.rule.RegexValueRule
 
leftShift(int) - Method in class org.raml.v2.internal.framework.nodes.AbstractPosition
 
leftShift(int) - Method in interface org.raml.v2.internal.framework.nodes.Position
 
Library - Interface in org.raml.v2.api.model.v10.api
 
library() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
LibraryBase - Interface in org.raml.v2.api.model.v10.api
 
LibraryBase - Class in org.raml.v2.internal.impl.commons.model
 
LibraryBase() - Constructor for class org.raml.v2.internal.impl.commons.model.LibraryBase
 
LibraryNode - Class in org.raml.v2.internal.impl.v10.nodes
 
LibraryNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.LibraryNode
 
LibraryNode(LibraryNode) - Constructor for class org.raml.v2.internal.impl.v10.nodes.LibraryNode
 
LibraryRefNode - Class in org.raml.v2.internal.impl.v10.nodes
 
LibraryRefNode(String) - Constructor for class org.raml.v2.internal.impl.v10.nodes.LibraryRefNode
 
LibraryRefNode(LibraryRefNode) - Constructor for class org.raml.v2.internal.impl.v10.nodes.LibraryRefNode
 
libraryValue() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
location() - Method in interface org.raml.v2.api.model.v08.parameters.Parameter
Location of the parameter (can not be edited by user)
LSInputImpl - Class in org.raml.v2.internal.framework.grammar.rule.xml
 
LSInputImpl(String, String, String, ByteArrayInputStream, String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 

M

main(String[]) - Static method in class org.raml.v2.internal.impl.RamlValidator
 
markAsResolved() - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
MarkdownString - Interface in org.raml.v2.api.model.v08.system.types
 
MarkdownString - Interface in org.raml.v2.api.model.v10.system.types
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.ExclusiveSiblingRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AllOfRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.AnyValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ArrayRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.BooleanTypeRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ConditionalRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.DateValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.DiscriminatorRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.DivisorValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.FieldPresentRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.FloatTypeRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.IntegerTypeRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.IntegerValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.JsonSchemaValidationRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.MaximumValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.MaxLengthRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.MinimumValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.MinLengthRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.NegativeRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.NodeReferenceRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.NullValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectListRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ParametrizedNodeReferenceRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.RangeValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ReferenceRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.RegexValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.Rule
Check if the current rule matches the specified node
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.ScalarTypeRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.StringTypeRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.StringValueRule
 
matches(Node) - Method in class org.raml.v2.internal.framework.grammar.rule.XmlSchemaValidationRule
 
matches(Node) - Method in interface org.raml.v2.internal.framework.phase.Transformer
 
matches(Node) - Method in class org.raml.v2.internal.impl.commons.phase.IncludeResolver
 
matches(Node) - Method in class org.raml.v2.internal.impl.commons.phase.ResourceTypesTraitsTransformer
 
matches(Node) - Method in class org.raml.v2.internal.impl.commons.phase.StringTemplateExpressionTransformer
 
matches(Node) - Method in class org.raml.v2.internal.impl.v10.phase.TypesTransformer
 
maximum() - Method in interface org.raml.v2.api.model.v08.parameters.NumberTypeDeclaration
(Optional, applicable only for parameters of type number or integer) The maximum attribute specifies the parameter's maximum value.
maximum() - Method in interface org.raml.v2.api.model.v10.datamodel.NumberTypeDeclaration
(Optional, applicable only for parameters of type number or integer) The maximum attribute specifies the parameter's maximum value.
MaximumValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
MaximumValueRule(Number) - Constructor for class org.raml.v2.internal.framework.grammar.rule.MaximumValueRule
 
maxItems() - Method in interface org.raml.v2.api.model.v10.datamodel.ArrayTypeDeclaration
Maximum amount of items in array
maxLength() - Method in interface org.raml.v2.api.model.v08.parameters.StringTypeDeclaration
(Optional, applicable only for parameters of type string) The maxLength attribute specifies the parameter value's maximum number of characters.
maxLength() - Method in interface org.raml.v2.api.model.v10.datamodel.StringTypeDeclaration
Maximum length of the string
maxLength() - Method in interface org.raml.v2.api.model.v10.parameters.FileTypeDeclaration
The maxLength attribute specifies the parameter value's maximum number of bytes.
MaxLengthRule - Class in org.raml.v2.internal.framework.grammar.rule
 
MaxLengthRule(int) - Constructor for class org.raml.v2.internal.framework.grammar.rule.MaxLengthRule
 
maxProperties() - Method in interface org.raml.v2.api.model.v10.datamodel.ObjectTypeDeclaration
The maximum number of properties allowed for instances of this type.
mediaType() - Method in interface org.raml.v2.api.model.v08.api.Api
(Optional) The media types returned by API responses, and expected from API requests that accept a body, MAY be defaulted by specifying the mediaType property.
mediaType() - Method in interface org.raml.v2.api.model.v10.api.Api
The default media type to use for request and response bodies (payloads), e.g.
mediaType() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
mediaTypeField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
mediaTypeField() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
MediaTypeInjection - Class in org.raml.v2.internal.impl.v10.phase
 
MediaTypeInjection() - Constructor for class org.raml.v2.internal.impl.v10.phase.MediaTypeInjection
 
mediaTypeKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
merge(ObjectRule) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
merge(Node, Node) - Static method in class org.raml.v2.internal.impl.commons.phase.ExtensionsMerger
 
Method - Interface in org.raml.v2.api.model.v08.methods
 
method() - Method in interface org.raml.v2.api.model.v08.methods.Method
Method that can be called
Method - Interface in org.raml.v2.api.model.v10.methods
 
method() - Method in interface org.raml.v2.api.model.v10.methods.Method
Method that can be called
Method - Class in org.raml.v2.internal.impl.commons.model
 
Method(MethodNode) - Constructor for class org.raml.v2.internal.impl.commons.model.Method
 
method() - Method in class org.raml.v2.internal.impl.commons.model.Method
 
MethodBase - Interface in org.raml.v2.api.model.v08.methods
 
MethodBase - Interface in org.raml.v2.api.model.v10.methods
 
MethodNode - Class in org.raml.v2.internal.impl.commons.nodes
 
MethodNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.MethodNode
 
MethodNode(MethodNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.MethodNode
 
methods() - Method in interface org.raml.v2.api.model.v08.resources.Resource
Methods that can be called on this resource
methods() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
Methods that are part of this resource type definition
methods() - Method in interface org.raml.v2.api.model.v10.resources.ResourceBase
Methods that are part of this resource type definition
methods() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
methodValue() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
methodValue() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
methodValue() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
MIME_TYPE_REGEX - Static variable in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
MimeType - Interface in org.raml.v2.api.model.v08.bodies
 
MimeType - Interface in org.raml.v2.api.model.v10.bodies
 
mimeType() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
mimeType() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
mimeType() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
mimeTypeField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
mimeTypeRegex() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
minimum() - Method in interface org.raml.v2.api.model.v08.parameters.NumberTypeDeclaration
(Optional, applicable only for parameters of type number or integer) The minimum attribute specifies the parameter's minimum value.
minimum() - Method in interface org.raml.v2.api.model.v10.datamodel.NumberTypeDeclaration
(Optional, applicable only for parameters of type number or integer) The minimum attribute specifies the parameter's minimum value.
MinimumValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
MinimumValueRule(Number) - Constructor for class org.raml.v2.internal.framework.grammar.rule.MinimumValueRule
 
minItems() - Method in interface org.raml.v2.api.model.v10.datamodel.ArrayTypeDeclaration
Minimum amount of items in array
minLength() - Method in interface org.raml.v2.api.model.v08.parameters.StringTypeDeclaration
(Optional, applicable only for parameters of type string) The minLength attribute specifies the parameter value's minimum number of characters.
minLength() - Method in interface org.raml.v2.api.model.v10.datamodel.StringTypeDeclaration
Minimum length of the string
minLength() - Method in interface org.raml.v2.api.model.v10.parameters.FileTypeDeclaration
The minLength attribute specifies the parameter value's minimum number of bytes.
minLength(int) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
MinLengthRule - Class in org.raml.v2.internal.framework.grammar.rule
 
MinLengthRule(int) - Constructor for class org.raml.v2.internal.framework.grammar.rule.MinLengthRule
 
minProperties() - Method in interface org.raml.v2.api.model.v10.datamodel.ObjectTypeDeclaration
The minimum number of properties allowed for instances of this type.
ModelProxyBuilder - Class in org.raml.v2.internal.impl.commons.model.builder
 
ModelProxyBuilder() - Constructor for class org.raml.v2.internal.impl.commons.model.builder.ModelProxyBuilder
 
ModelUtils - Class in org.raml.v2.internal.impl.commons.model.builder
 
ModelUtils() - Constructor for class org.raml.v2.internal.impl.commons.model.builder.ModelUtils
 
multipleExampleFieldRule() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
MultipleExampleTypeNode - Class in org.raml.v2.internal.impl.commons.nodes
 
MultipleExampleTypeNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.MultipleExampleTypeNode
 
multipleOf() - Method in interface org.raml.v2.api.model.v10.datamodel.NumberTypeDeclaration
A numeric instance is valid against "multipleOf" if the result of the division of the instance by this keyword's value is an integer.

N

name() - Method in interface org.raml.v2.api.model.v08.bodies.BodyLike
Mime type of the request or response body
name() - Method in interface org.raml.v2.api.model.v08.methods.Trait
Name of the trait
name() - Method in interface org.raml.v2.api.model.v08.parameters.Parameter
name of the parameter
name() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
Name of the resource type
name() - Method in interface org.raml.v2.api.model.v08.security.AbstractSecurityScheme
Name of the security scheme
name() - Method in interface org.raml.v2.api.model.v08.system.types.Reference
Returns name of referenced object
name() - Method in interface org.raml.v2.api.model.v08.system.types.TypeInstanceProperty
Property name
name() - Method in interface org.raml.v2.api.model.v10.api.Library
Namespace which the library is imported under
name() - Method in interface org.raml.v2.api.model.v10.datamodel.ExampleSpec
Example identifier, if specified
name() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
name of the parameter
name() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeInstanceProperty
Property name
name() - Method in interface org.raml.v2.api.model.v10.datamodel.XMLFacetInfo
Allows to override the name of the XML element or XML attribute in it's XML representation.
name() - Method in interface org.raml.v2.api.model.v10.methods.Trait
Name of the trait
name() - Method in interface org.raml.v2.api.model.v10.resources.ResourceType
Name of the resource type
name() - Method in interface org.raml.v2.api.model.v10.security.AbstractSecurityScheme
Name of the security scheme
name() - Method in interface org.raml.v2.api.model.v10.system.types.Reference
Returns name of referenced object
name() - Method in class org.raml.v2.internal.impl.commons.model.AnnotationRef
 
name() - Method in class org.raml.v2.internal.impl.commons.model.BodyLike
 
name() - Method in class org.raml.v2.internal.impl.commons.model.ExampleSpec
 
name() - Method in class org.raml.v2.internal.impl.commons.model.Parameter
 
name() - Method in class org.raml.v2.internal.impl.commons.model.ResourceType
 
name() - Method in class org.raml.v2.internal.impl.commons.model.ResourceTypeRef
 
name() - Method in class org.raml.v2.internal.impl.commons.model.SecurityScheme
 
name() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeRef
 
name() - Method in class org.raml.v2.internal.impl.commons.model.Trait
 
name() - Method in class org.raml.v2.internal.impl.commons.model.TraitRef
 
name() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
name() - Method in class org.raml.v2.internal.impl.commons.model.TypeInstanceProperty
 
namespace() - Method in interface org.raml.v2.api.model.v10.datamodel.XMLFacetInfo
Allows to configure the name of the XML namespace.
NegativeRule - Class in org.raml.v2.internal.framework.grammar.rule
 
NegativeRule(Rule) - Constructor for class org.raml.v2.internal.framework.grammar.rule.NegativeRule
 
Node - Interface in org.raml.v2.internal.framework.nodes
 
NodeFactory - Interface in org.raml.v2.internal.framework.grammar.rule
 
NodeReferenceFactory - Class in org.raml.v2.internal.framework.grammar.rule
 
NodeReferenceFactory(Class<? extends Node>) - Constructor for class org.raml.v2.internal.framework.grammar.rule.NodeReferenceFactory
 
NodeReferenceRule - Class in org.raml.v2.internal.framework.grammar.rule
 
NodeReferenceRule(String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.NodeReferenceRule
 
NodeSelector - Class in org.raml.v2.internal.utils
 
NodeSelector() - Constructor for class org.raml.v2.internal.utils.NodeSelector
 
nodeStartsWith(StringNode, String) - Static method in class org.raml.v2.internal.utils.SchemaGenerator
 
NodeType - Enum in org.raml.v2.internal.framework.nodes
 
NodeUtils - Class in org.raml.v2.internal.utils
 
NodeUtils() - Constructor for class org.raml.v2.internal.utils.NodeUtils
 
NodeValidator - Class in org.raml.v2.internal.utils
 
NodeValidator(ResourceLoader) - Constructor for class org.raml.v2.internal.utils.NodeValidator
 
not(Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
NullNode - Interface in org.raml.v2.internal.framework.nodes
 
nullValue() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
NullValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
NullValueRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.NullValueRule
 
number - Variable in enum org.raml.v2.internal.impl.commons.RamlVersion
 
NumberType - Interface in org.raml.v2.api.model.v08.system.types
 
NumberType - Interface in org.raml.v2.api.model.v10.system.types
 
numberType() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
NumberTypeDeclaration - Interface in org.raml.v2.api.model.v08.parameters
 
NumberTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
numberTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
numericTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
NumericTypeNode<T> - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
NumericTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.NumericTypeNode
 
NumericTypeNode(NumericTypeNode) - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.NumericTypeNode
 

O

OAuth1SecurityScheme - Interface in org.raml.v2.api.model.v08.security
 
OAuth1SecuritySchemeSettings - Interface in org.raml.v2.api.model.v08.security
 
OAuth2SecurityScheme - Interface in org.raml.v2.api.model.v08.security
 
OAuth2SecuritySchemeSettings - Interface in org.raml.v2.api.model.v08.security
 
ObjectListRule - Class in org.raml.v2.internal.framework.grammar.rule
 
ObjectListRule(Rule) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ObjectListRule
 
ObjectNode - Interface in org.raml.v2.internal.framework.nodes
 
ObjectRule - Class in org.raml.v2.internal.framework.grammar.rule
 
ObjectRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
ObjectRule(boolean) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
objectType() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
objectType(String) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
ObjectTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
objectTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
ObjectTypeNode - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
ObjectTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
ObjectTypeNode(ObjectTypeNode) - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
Operation - Interface in org.raml.v2.api.model.v10.methods
 
Operation - Class in org.raml.v2.internal.impl.commons.model
 
Operation(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.Operation
 
optional(Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
optionalTitleField() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
org.raml.v2.api - package org.raml.v2.api
 
org.raml.v2.api.loader - package org.raml.v2.api.loader
 
org.raml.v2.api.model.common - package org.raml.v2.api.model.common
 
org.raml.v2.api.model.v08.api - package org.raml.v2.api.model.v08.api
 
org.raml.v2.api.model.v08.bodies - package org.raml.v2.api.model.v08.bodies
 
org.raml.v2.api.model.v08.common - package org.raml.v2.api.model.v08.common
 
org.raml.v2.api.model.v08.methods - package org.raml.v2.api.model.v08.methods
 
org.raml.v2.api.model.v08.parameters - package org.raml.v2.api.model.v08.parameters
 
org.raml.v2.api.model.v08.resources - package org.raml.v2.api.model.v08.resources
 
org.raml.v2.api.model.v08.security - package org.raml.v2.api.model.v08.security
 
org.raml.v2.api.model.v08.system.types - package org.raml.v2.api.model.v08.system.types
 
org.raml.v2.api.model.v10.api - package org.raml.v2.api.model.v10.api
 
org.raml.v2.api.model.v10.bodies - package org.raml.v2.api.model.v10.bodies
 
org.raml.v2.api.model.v10.common - package org.raml.v2.api.model.v10.common
 
org.raml.v2.api.model.v10.datamodel - package org.raml.v2.api.model.v10.datamodel
 
org.raml.v2.api.model.v10.declarations - package org.raml.v2.api.model.v10.declarations
 
org.raml.v2.api.model.v10.methods - package org.raml.v2.api.model.v10.methods
 
org.raml.v2.api.model.v10.parameters - package org.raml.v2.api.model.v10.parameters
 
org.raml.v2.api.model.v10.resources - package org.raml.v2.api.model.v10.resources
 
org.raml.v2.api.model.v10.security - package org.raml.v2.api.model.v10.security
 
org.raml.v2.api.model.v10.system.types - package org.raml.v2.api.model.v10.system.types
 
org.raml.v2.internal.framework.grammar - package org.raml.v2.internal.framework.grammar
 
org.raml.v2.internal.framework.grammar.rule - package org.raml.v2.internal.framework.grammar.rule
 
org.raml.v2.internal.framework.grammar.rule.xml - package org.raml.v2.internal.framework.grammar.rule.xml
 
org.raml.v2.internal.framework.nodes - package org.raml.v2.internal.framework.nodes
 
org.raml.v2.internal.framework.nodes.snakeyaml - package org.raml.v2.internal.framework.nodes.snakeyaml
 
org.raml.v2.internal.framework.phase - package org.raml.v2.internal.framework.phase
 
org.raml.v2.internal.framework.suggester - package org.raml.v2.internal.framework.suggester
 
org.raml.v2.internal.impl - package org.raml.v2.internal.impl
 
org.raml.v2.internal.impl.commons - package org.raml.v2.internal.impl.commons
 
org.raml.v2.internal.impl.commons.grammar - package org.raml.v2.internal.impl.commons.grammar
 
org.raml.v2.internal.impl.commons.model - package org.raml.v2.internal.impl.commons.model
 
org.raml.v2.internal.impl.commons.model.builder - package org.raml.v2.internal.impl.commons.model.builder
 
org.raml.v2.internal.impl.commons.nodes - package org.raml.v2.internal.impl.commons.nodes
 
org.raml.v2.internal.impl.commons.phase - package org.raml.v2.internal.impl.commons.phase
 
org.raml.v2.internal.impl.emitter.tck - package org.raml.v2.internal.impl.emitter.tck
 
org.raml.v2.internal.impl.v08 - package org.raml.v2.internal.impl.v08
 
org.raml.v2.internal.impl.v08.grammar - package org.raml.v2.internal.impl.v08.grammar
 
org.raml.v2.internal.impl.v10 - package org.raml.v2.internal.impl.v10
 
org.raml.v2.internal.impl.v10.grammar - package org.raml.v2.internal.impl.v10.grammar
 
org.raml.v2.internal.impl.v10.nodes - package org.raml.v2.internal.impl.v10.nodes
 
org.raml.v2.internal.impl.v10.nodes.types - package org.raml.v2.internal.impl.v10.nodes.types
 
org.raml.v2.internal.impl.v10.nodes.types.builtin - package org.raml.v2.internal.impl.v10.nodes.types.builtin
 
org.raml.v2.internal.impl.v10.nodes.types.factories - package org.raml.v2.internal.impl.v10.nodes.types.factories
 
org.raml.v2.internal.impl.v10.phase - package org.raml.v2.internal.impl.v10.phase
 
org.raml.v2.internal.utils - package org.raml.v2.internal.utils
 

P

Parameter - Interface in org.raml.v2.api.model.v08.parameters
 
parameter() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
Describes the rule for a parameter.
Parameter - Class in org.raml.v2.internal.impl.commons.model
 
Parameter(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.Parameter
 
parameter() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
parameter() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
ParameterLocation - Enum in org.raml.v2.api.model.v08.parameters
 
parameters() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
ParametrizedNodeReferenceRule - Class in org.raml.v2.internal.framework.grammar.rule
 
ParametrizedNodeReferenceRule(String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ParametrizedNodeReferenceRule
 
parametrizedProperties() - Method in interface org.raml.v2.api.model.v08.methods.Trait
Returns object representation of parametrized properties of the trait
parametrizedProperties() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
Returns object representation of parametrized properties of the resource type
parametrizedProperties() - Method in interface org.raml.v2.api.model.v10.methods.Trait
Returns object representation of parametrized properties of the trait
parametrizedProperties() - Method in interface org.raml.v2.api.model.v10.resources.ResourceType
Returns object representation of parametrized properties of the resource type
ParametrizedReferenceNode - Interface in org.raml.v2.internal.framework.nodes
 
ParametrizedResourceTypeRefNode - Class in org.raml.v2.internal.impl.commons.nodes
 
ParametrizedResourceTypeRefNode(ParametrizedResourceTypeRefNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ParametrizedResourceTypeRefNode
 
ParametrizedResourceTypeRefNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ParametrizedResourceTypeRefNode
 
ParametrizedTraitRefNode - Class in org.raml.v2.internal.impl.commons.nodes
 
ParametrizedTraitRefNode(ParametrizedTraitRefNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ParametrizedTraitRefNode
 
ParametrizedTraitRefNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ParametrizedTraitRefNode
 
PARENT_EXPR - Static variable in class org.raml.v2.internal.utils.NodeSelector
 
parentKey() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
ParentKeyDefaultValue - Class in org.raml.v2.internal.framework.grammar.rule
 
ParentKeyDefaultValue() - Constructor for class org.raml.v2.internal.framework.grammar.rule.ParentKeyDefaultValue
 
parentResource() - Method in interface org.raml.v2.api.model.v08.resources.Resource
 
parentResource() - Method in interface org.raml.v2.api.model.v10.resources.Resource
 
parentResource() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
parse(InputStream) - Static method in class org.raml.v2.internal.framework.nodes.snakeyaml.RamlNodeParser
 
parse(InputStream, boolean) - Static method in class org.raml.v2.internal.framework.nodes.snakeyaml.RamlNodeParser
 
parse(Reader) - Static method in class org.raml.v2.internal.framework.nodes.snakeyaml.RamlNodeParser
 
parse(Reader, boolean) - Static method in class org.raml.v2.internal.framework.nodes.snakeyaml.RamlNodeParser
 
parse(String) - Static method in class org.raml.v2.internal.framework.nodes.snakeyaml.RamlNodeParser
 
parse(String, boolean) - Static method in class org.raml.v2.internal.framework.nodes.snakeyaml.RamlNodeParser
 
parse(String) - Static method in class org.raml.v2.internal.impl.commons.RamlHeader
 
parse(String) - Static method in enum org.raml.v2.internal.impl.commons.RamlVersion
 
pattern() - Method in interface org.raml.v2.api.model.v08.parameters.StringTypeDeclaration
(Optional, applicable only for parameters of type string) The pattern attribute is a regular expression that a parameter of type string MUST match.
pattern() - Method in interface org.raml.v2.api.model.v10.datamodel.StringTypeDeclaration
Regular expression that this string should path
patternProperties() - Method in interface org.raml.v2.api.model.v10.datamodel.ObjectTypeDeclaration
JSON schema style syntax for declaring key restricted maps
PayloadNode - Class in org.raml.v2.internal.impl.commons.nodes
 
PayloadNode(Node, String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.PayloadNode
 
PayloadNode(Node, String, boolean) - Constructor for class org.raml.v2.internal.impl.commons.nodes.PayloadNode
 
PayloadValidationResultNode - Class in org.raml.v2.internal.impl.commons.nodes
 
PayloadValidationResultNode(PayloadNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.PayloadValidationResultNode
 
Phase - Interface in org.raml.v2.internal.framework.phase
A phase applies a given logic into a node recursively.
pluralize(String) - Static method in class org.raml.v2.internal.utils.Inflector
 
Position - Interface in org.raml.v2.internal.framework.nodes
The position of a given node in a specific resource
prefix() - Method in interface org.raml.v2.api.model.v10.datamodel.XMLFacetInfo
Allows to configure the prefix which will be used during serialization to XML.
printIndent() - Method in class org.raml.v2.internal.utils.TreeDumper
 
properties() - Method in interface org.raml.v2.api.model.v08.system.types.TypeInstance
Array of instance properties
properties() - Method in interface org.raml.v2.api.model.v10.datamodel.ObjectTypeDeclaration
The properties that instances of this type may or must have.
properties() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeInstance
Array of instance properties
properties() - Method in class org.raml.v2.internal.impl.commons.model.TypeInstance
 
properties() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
PropertyNode - Class in org.raml.v2.internal.impl.commons.nodes
 
PropertyNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.PropertyNode
 
PropertyNode(PropertyNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.PropertyNode
 
protocols() - Method in interface org.raml.v2.api.model.v08.api.Api
A RESTful API can be reached HTTP, HTTPS, or both.
protocols() - Method in interface org.raml.v2.api.model.v08.methods.MethodBase
A method can override an API's protocols value for that single method by setting a different value for the fields.
protocols() - Method in interface org.raml.v2.api.model.v10.api.Api
The protocols supported by the API
protocols() - Method in interface org.raml.v2.api.model.v10.methods.MethodBase
A method can override the protocols specified in the resource or at the API root, by employing this property.
protocols() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
protocols() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
protocols() - Method in class org.raml.v2.internal.impl.commons.model.Method
 
protocolsField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
protocolsKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
publicId - Variable in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 

Q

queryParameters() - Method in interface org.raml.v2.api.model.v08.methods.MethodBase
An APIs resources MAY be filtered (to return a subset of results) or altered (such as transforming a response body from JSON to XML format) by the use of query strings.
queryParameters() - Method in interface org.raml.v2.api.model.v10.methods.Operation
An APIs resources MAY be filtered (to return a subset of results) or altered (such as transforming a response body from JSON to XML format) by the use of query strings.
queryParameters() - Method in class org.raml.v2.internal.impl.commons.model.Operation
 
queryParametersKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
queryString() - Method in interface org.raml.v2.api.model.v10.methods.Operation
Specifies the query string needed by this method.
queryString() - Method in class org.raml.v2.internal.impl.commons.model.Operation
 
queryStringKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 

R

raml() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
raml() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
Raml08Builder - Class in org.raml.v2.internal.impl.v08
 
Raml08Builder() - Constructor for class org.raml.v2.internal.impl.v08.Raml08Builder
 
Raml08Grammar - Class in org.raml.v2.internal.impl.v08.grammar
 
Raml08Grammar() - Constructor for class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
Raml10Builder - Class in org.raml.v2.internal.impl.v10
 
Raml10Builder() - Constructor for class org.raml.v2.internal.impl.v10.Raml10Builder
 
Raml10Grammar - Class in org.raml.v2.internal.impl.v10.grammar
 
Raml10Grammar() - Constructor for class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
RAML_1_0_HEADER - Static variable in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
RAML_HEADER_PREFIX - Static variable in class org.raml.v2.internal.impl.commons.RamlHeader
 
RamlBuilder - Class in org.raml.v2.internal.impl
RamlBuilder create a Node representation of your raml.
RamlBuilder() - Constructor for class org.raml.v2.internal.impl.RamlBuilder
 
RamlBuilder(int) - Constructor for class org.raml.v2.internal.impl.RamlBuilder
 
RamlDocumentNode - Class in org.raml.v2.internal.impl.commons.nodes
 
RamlDocumentNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.RamlDocumentNode
 
RamlDocumentNode(RamlDocumentNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.RamlDocumentNode
 
RamlFragment - Enum in org.raml.v2.internal.impl.v10
 
RamlHeader - Class in org.raml.v2.internal.impl.commons
 
RamlHeader(RamlVersion, RamlFragment) - Constructor for class org.raml.v2.internal.impl.commons.RamlHeader
 
RamlHeader(RamlVersion) - Constructor for class org.raml.v2.internal.impl.commons.RamlHeader
 
RamlHeader.InvalidHeaderException - Exception in org.raml.v2.internal.impl.commons
 
RamlHeader.InvalidHeaderException() - Constructor for exception org.raml.v2.internal.impl.commons.RamlHeader.InvalidHeaderException
 
RamlHeader.InvalidHeaderException(String) - Constructor for exception org.raml.v2.internal.impl.commons.RamlHeader.InvalidHeaderException
 
RamlHeader.InvalidHeaderFragmentException - Exception in org.raml.v2.internal.impl.commons
 
RamlHeader.InvalidHeaderFragmentException(String) - Constructor for exception org.raml.v2.internal.impl.commons.RamlHeader.InvalidHeaderFragmentException
 
RamlHeader.InvalidHeaderVersionException - Exception in org.raml.v2.internal.impl.commons
 
RamlHeader.InvalidHeaderVersionException(String) - Constructor for exception org.raml.v2.internal.impl.commons.RamlHeader.InvalidHeaderVersionException
 
RamlHeader.MissingHeaderException - Exception in org.raml.v2.internal.impl.commons
 
RamlHeader.MissingHeaderException() - Constructor for exception org.raml.v2.internal.impl.commons.RamlHeader.MissingHeaderException
 
RAMLLanguageElement - Interface in org.raml.v2.api.model.v08.common
 
RamlModelBuilder - Class in org.raml.v2.api
Entry point class to parse top level RAML descriptors.
RamlModelBuilder() - Constructor for class org.raml.v2.api.RamlModelBuilder
 
RamlModelBuilder(ResourceLoader) - Constructor for class org.raml.v2.api.RamlModelBuilder
 
RamlModelResult - Class in org.raml.v2.api
Represents the result of parsing a top level RAML descriptor.
RamlNodeParser - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
RamlNodeParser() - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.RamlNodeParser
 
RamlParsingContext - Class in org.raml.v2.internal.framework.suggester
 
RamlParsingContext(RamlParsingContextType, String, int) - Constructor for class org.raml.v2.internal.framework.suggester.RamlParsingContext
 
RamlParsingContextType - Enum in org.raml.v2.internal.framework.suggester
 
RamlSuggester - Class in org.raml.v2.internal.impl
 
RamlSuggester(ResourceLoader) - Constructor for class org.raml.v2.internal.impl.RamlSuggester
 
RamlSuggester() - Constructor for class org.raml.v2.internal.impl.RamlSuggester
 
RamlUrlResourceLoader - Class in org.raml.v2.api.loader
 
RamlUrlResourceLoader() - Constructor for class org.raml.v2.api.loader.RamlUrlResourceLoader
 
RamlValidationResult - Class in org.raml.v2.internal.impl.commons.model
 
RamlValidationResult(String) - Constructor for class org.raml.v2.internal.impl.commons.model.RamlValidationResult
 
RamlValidationResult(ErrorNode) - Constructor for class org.raml.v2.internal.impl.commons.model.RamlValidationResult
 
RamlValidator - Class in org.raml.v2.internal.impl
 
RamlValidator(String[]) - Constructor for class org.raml.v2.internal.impl.RamlValidator
 
RAMLVersion() - Method in interface org.raml.v2.api.model.v08.api.Api
Returns AST node of security scheme, this reference refers to, or null.
ramlVersion() - Method in interface org.raml.v2.api.model.v10.api.Api
Returns RAML version.
ramlVersion() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
RamlVersion - Enum in org.raml.v2.internal.impl.commons
 
range(Range<Integer>) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
RangeValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
RangeValueRule(Number, Number) - Constructor for class org.raml.v2.internal.framework.grammar.rule.RangeValueRule
 
reader(InputStream) - Static method in class org.raml.v2.internal.utils.StreamUtils
 
ref(String) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
Reference - Interface in org.raml.v2.api.model.v08.system.types
 
Reference - Interface in org.raml.v2.api.model.v10.system.types
 
Reference - Class in org.raml.v2.internal.impl.commons.model
 
Reference(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.Reference
 
ReferenceNode - Interface in org.raml.v2.internal.framework.nodes
 
ReferenceRule - Class in org.raml.v2.internal.framework.grammar.rule
 
ReferenceRule(GrammarContext, String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ReferenceRule
 
ReferenceSuggester - Class in org.raml.v2.internal.framework.grammar.rule
 
ReferenceSuggester(String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ReferenceSuggester
 
ReferenceTypeSuggester - Class in org.raml.v2.internal.framework.grammar.rule
 
ReferenceTypeSuggester(String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.ReferenceTypeSuggester
 
regex(String) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
RegexValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
RegexValueRule(Pattern) - Constructor for class org.raml.v2.internal.framework.grammar.rule.RegexValueRule
 
registerRule(String, Rule) - Method in class org.raml.v2.internal.framework.grammar.GrammarContext
 
relativeUri() - Method in interface org.raml.v2.api.model.v08.resources.Resource
Relative URL of this resource from the parent resource
relativeUri() - Method in interface org.raml.v2.api.model.v10.resources.Resource
Relative URL of this resource from the parent resource
relativeUri() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
RelativeUriString - Interface in org.raml.v2.api.model.v08.system.types
 
RelativeUriString - Interface in org.raml.v2.api.model.v10.system.types
 
removeChild(Node) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
removeChild(Node) - Method in interface org.raml.v2.internal.framework.nodes.Node
Removes a child.
repeat() - Method in interface org.raml.v2.api.model.v08.parameters.Parameter
The repeat attribute specifies that the parameter can be repeated.
repeated() - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
replaceWith(Node) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
replaceWith(Node) - Method in interface org.raml.v2.internal.framework.nodes.Node
Replace this node in the tree with a new specialized node.
requestTokenUri() - Method in interface org.raml.v2.api.model.v08.security.OAuth1SecuritySchemeSettings
The URI of the Temporary Credential Request endpoint as defined in RFC5849 Section 2.1
requestTokenUri() - Method in interface org.raml.v2.api.model.v10.security.SecuritySchemeSettings
The URI of the Temporary Credential Request endpoint as defined in RFC5849 Section 2.1 (OAuth 1)
requestTokenUri() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 
required() - Method in interface org.raml.v2.api.model.v08.parameters.Parameter
Set to true if parameter is required
required() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
Sets if property is optional or not
required() - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
required() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
requiredField(Rule, Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
resolveResource(String, String, String, String, String) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.XsdResourceResolver
 
resource() - Method in interface org.raml.v2.api.model.v08.methods.Method
Parent resource of the Method
Resource - Interface in org.raml.v2.api.model.v08.resources
 
resource() - Method in interface org.raml.v2.api.model.v10.methods.Method
Parent resource of the Method
Resource - Interface in org.raml.v2.api.model.v10.resources
 
resource() - Method in class org.raml.v2.internal.impl.commons.model.Method
 
Resource - Class in org.raml.v2.internal.impl.commons.model
 
Resource(ResourceNode) - Constructor for class org.raml.v2.internal.impl.commons.model.Resource
 
RESOURCE_TYPES_KEY_NAME - Static variable in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
ResourceBase - Interface in org.raml.v2.api.model.v10.resources
 
resourceField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
resourceKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
ResourceLoader - Interface in org.raml.v2.api.loader
 
ResourceLoaderAware - Interface in org.raml.v2.api.loader
 
ResourceNode - Class in org.raml.v2.internal.impl.commons.nodes
 
ResourceNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.ResourceNode
 
ResourceNode(ResourceNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ResourceNode
 
resourcePath() - Method in interface org.raml.v2.api.model.v08.resources.Resource
 
resourcePath() - Method in interface org.raml.v2.api.model.v10.resources.Resource
 
resourcePath() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
resources() - Method in interface org.raml.v2.api.model.v08.api.Api
Resources are identified by their relative URI, which MUST begin with a slash (/).
resources() - Method in interface org.raml.v2.api.model.v08.resources.Resource
Children resources
resources() - Method in interface org.raml.v2.api.model.v10.api.Api
The resources of the API, identified as relative URIs that begin with a slash (/).
resources() - Method in interface org.raml.v2.api.model.v10.resources.Resource
A nested resource is identified as any property whose name begins with a slash ("/") and is therefore treated as a relative URI.
resources() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
resources() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
ResourceType - Interface in org.raml.v2.api.model.v08.resources
 
resourceType() - Method in interface org.raml.v2.api.model.v08.resources.ResourceTypeRef
Returns referenced resource type
ResourceType - Interface in org.raml.v2.api.model.v10.resources
 
resourceType() - Method in interface org.raml.v2.api.model.v10.resources.ResourceTypeRef
Returns referenced resource type
resourceType() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
ResourceType - Class in org.raml.v2.internal.impl.commons.model
 
ResourceType(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.ResourceType
 
resourceType() - Method in class org.raml.v2.internal.impl.commons.model.ResourceTypeRef
 
ResourceTypeNode - Class in org.raml.v2.internal.impl.commons.nodes
 
ResourceTypeNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.ResourceTypeNode
 
ResourceTypeNode(ResourceTypeNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ResourceTypeNode
 
resourceTypeParamsResolved() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
ResourceTypeRef - Interface in org.raml.v2.api.model.v08.resources
 
ResourceTypeRef - Interface in org.raml.v2.api.model.v10.resources
 
ResourceTypeRef - Class in org.raml.v2.internal.impl.commons.model
 
ResourceTypeRef(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.ResourceTypeRef
 
resourceTypeReferenceField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
resourceTypeRefKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
ResourceTypeRefNode - Class in org.raml.v2.internal.impl.commons.nodes
 
ResourceTypeRefNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ResourceTypeRefNode
 
ResourceTypeRefNode(ResourceTypeRefNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.ResourceTypeRefNode
 
resourceTypes() - Method in interface org.raml.v2.api.model.v08.api.Api
Declaration of resource types used in this API
resourceTypes() - Method in interface org.raml.v2.api.model.v10.api.LibraryBase
Declarations of resource types for use within this API
resourceTypes() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
resourceTypes() - Method in class org.raml.v2.internal.impl.commons.model.LibraryBase
 
resourceTypesField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
resourceTypesKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
ResourceTypesTraitsMerger - Class in org.raml.v2.internal.impl.commons.phase
 
ResourceTypesTraitsMerger() - Constructor for class org.raml.v2.internal.impl.commons.phase.ResourceTypesTraitsMerger
 
ResourceTypesTraitsTransformer - Class in org.raml.v2.internal.impl.commons.phase
 
ResourceTypesTraitsTransformer(BaseRamlGrammar) - Constructor for class org.raml.v2.internal.impl.commons.phase.ResourceTypesTraitsTransformer
 
resourceTypesValue() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
resourceTypesValue() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
resourceTypesValue() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
resourceValue() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
resourceValue() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
resourceValue() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
Response - Interface in org.raml.v2.api.model.v08.bodies
 
Response - Interface in org.raml.v2.api.model.v10.bodies
 
response() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
Response - Class in org.raml.v2.internal.impl.commons.model
 
Response(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.Response
 
response() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
responseCodes() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
responseKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
responses() - Method in interface org.raml.v2.api.model.v08.methods.MethodBase
Resource methods MAY have one or more responses.
responses() - Method in interface org.raml.v2.api.model.v10.methods.Operation
Information about the expected responses to a request
responses() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
responses() - Method in class org.raml.v2.internal.impl.commons.model.Operation
 
rightShift(int) - Method in class org.raml.v2.internal.framework.nodes.AbstractPosition
 
rightShift(int) - Method in interface org.raml.v2.internal.framework.nodes.Position
 
Rule - Class in org.raml.v2.internal.framework.grammar.rule
 
Rule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.Rule
 
rules - Variable in class org.raml.v2.internal.framework.grammar.rule.AnyOfRule
 

S

scalarType() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
ScalarTypeRule - Class in org.raml.v2.internal.framework.grammar.rule
 
ScalarTypeRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.ScalarTypeRule
 
schema() - Method in interface org.raml.v2.api.model.v08.bodies.BodyLike
The structure of a request or response body MAY be further specified by the schema property under the appropriate media type.
schema() - Method in interface org.raml.v2.api.model.v08.bodies.JSONBody
JSON Schema
schema() - Method in interface org.raml.v2.api.model.v08.bodies.XMLBody
XSD Schema
schema() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
Alias for the equivalent "type" property, for compatibility with RAML 0.8.
schema() - Method in class org.raml.v2.internal.impl.commons.model.BodyLike
 
schema() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
schemaContent() - Method in interface org.raml.v2.api.model.v08.bodies.BodyLike
Returns schema content for the cases when schema is inlined, when schema is included, and when schema is a reference.
schemaContent() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
Returns schema/type content for the cases when schema is inlined
schemaContent() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
SchemaGenerator - Class in org.raml.v2.internal.utils
 
SchemaGenerator(ResourceLoader) - Constructor for class org.raml.v2.internal.utils.SchemaGenerator
 
SchemaGenerator() - Constructor for class org.raml.v2.internal.utils.SchemaGenerator
 
SchemaNodeImpl - Class in org.raml.v2.internal.framework.nodes
 
SchemaNodeImpl(String, String) - Constructor for class org.raml.v2.internal.framework.nodes.SchemaNodeImpl
 
SchemaNodeImpl(StringNode, String) - Constructor for class org.raml.v2.internal.framework.nodes.SchemaNodeImpl
 
schemas() - Method in interface org.raml.v2.api.model.v08.api.Api
To better achieve consistency and simplicity, the API definition SHOULD include an OPTIONAL schemas property in the root section.
schemas() - Method in interface org.raml.v2.api.model.v10.api.LibraryBase
Alias for the equivalent "types" property, for compatibility with RAML 0.8.
schemas() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
schemas() - Method in class org.raml.v2.internal.impl.commons.model.LibraryBase
 
schemasDescription() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
schemasDescription() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
schemasDescription() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
schemasField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
schemasKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
SchemaString - Interface in org.raml.v2.api.model.v08.system.types
 
SchemaString - Interface in org.raml.v2.api.model.v10.system.types
 
schemasV08() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
schemasValue() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
schemasValue() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
schemasValue() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
SchemaValidationPhase - Class in org.raml.v2.internal.impl.commons.phase
 
SchemaValidationPhase(ResourceLoader) - Constructor for class org.raml.v2.internal.impl.commons.phase.SchemaValidationPhase
 
scopes() - Method in interface org.raml.v2.api.model.v08.security.OAuth2SecuritySchemeSettings
A list of scopes supported by the security scheme as defined in RFC6749 Section 3.3
scopes() - Method in interface org.raml.v2.api.model.v10.security.SecuritySchemeSettings
A list of scopes supported by the security scheme as defined in RFC6749 Section 3.3 (OAuth 2)
scopes() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 
searchNodeAt(Node, int) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
SECOND_PHASE - Static variable in class org.raml.v2.internal.impl.RamlBuilder
 
securedBy() - Method in interface org.raml.v2.api.model.v08.api.Api
A list of the security schemes to apply to all methods, these must be defined in the securitySchemes declaration.
securedBy() - Method in interface org.raml.v2.api.model.v08.methods.MethodBase
A list of the security schemas to apply, these must be defined in the securitySchemes declaration.
securedBy() - Method in interface org.raml.v2.api.model.v08.resources.Resource
securityScheme may also be applied to a resource by using the securedBy key, which is equivalent to applying the securityScheme to all methods that may be declared, explicitly or implicitly, by defining the resourceTypes or traits property for that resource.
securedBy() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
securityScheme may also be applied to a resource by using the securedBy key, which is equivalent to applying the securityScheme to all methods that may be declared, explicitly or implicitly, by defining the resourceTypes or traits property for that resource.
securedBy() - Method in interface org.raml.v2.api.model.v10.api.Api
The security schemes that apply to every resource and method in the API
securedBy() - Method in interface org.raml.v2.api.model.v10.methods.MethodBase
securityScheme may also be applied to a resource by using the securedBy key, which is equivalent to applying the securityScheme to all methods that may be declared, explicitly or implicitly, by defining the resourceTypes or traits property for that resource.
securedBy() - Method in interface org.raml.v2.api.model.v10.resources.ResourceBase
The security schemes that apply to all methods declared (implicitly or explicitly) for this resource.
securedBy() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
securedBy() - Method in class org.raml.v2.internal.impl.commons.model.Method
 
securedBy() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
securedByField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
securedByKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
SECURITY_SCHEMES_KEY_NAME - Static variable in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
securityScheme() - Method in interface org.raml.v2.api.model.v08.security.SecuritySchemeRef
Returns AST node of security scheme, this reference refers to, or null.
securityScheme() - Method in interface org.raml.v2.api.model.v10.security.SecuritySchemeRef
Returns AST node of security scheme, this reference refers to, or null.
securityScheme() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
SecurityScheme - Class in org.raml.v2.internal.impl.commons.model
 
SecurityScheme(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.SecurityScheme
 
securityScheme() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeRef
 
securitySchemeName() - Method in interface org.raml.v2.api.model.v08.security.SecuritySchemeRef
Returns the name of security scheme, this reference refers to.
SecuritySchemeNode - Class in org.raml.v2.internal.impl.commons.nodes
 
SecuritySchemeNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeNode
 
SecuritySchemeNode(SecuritySchemeNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeNode
 
SecuritySchemePart - Interface in org.raml.v2.api.model.v08.security
 
SecuritySchemePart - Interface in org.raml.v2.api.model.v10.security
 
securitySchemePart() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
securitySchemePart() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
SecuritySchemeRef - Interface in org.raml.v2.api.model.v08.security
 
SecuritySchemeRef - Interface in org.raml.v2.api.model.v10.security
 
SecuritySchemeRef - Class in org.raml.v2.internal.impl.commons.model
 
SecuritySchemeRef(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.SecuritySchemeRef
 
SecuritySchemeRefNode - Class in org.raml.v2.internal.impl.commons.nodes
 
SecuritySchemeRefNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeRefNode
 
SecuritySchemeRefNode(SecuritySchemeRefNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.SecuritySchemeRefNode
 
securitySchemes() - Method in interface org.raml.v2.api.model.v08.api.Api
Security schemes that can be applied using securedBy
securitySchemes() - Method in interface org.raml.v2.api.model.v10.api.LibraryBase
Declarations of security schemes for use within this API.
securitySchemes() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
securitySchemes() - Method in class org.raml.v2.internal.impl.commons.model.LibraryBase
 
SecuritySchemeSettings - Interface in org.raml.v2.api.model.v08.security
 
SecuritySchemeSettings - Interface in org.raml.v2.api.model.v10.security
 
securitySchemeSettings() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
SecuritySchemeSettings - Class in org.raml.v2.internal.impl.commons.model
 
SecuritySchemeSettings(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 
securitySchemesField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
securitySchemesKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
securitySchemesValue() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
securitySchemesValue() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
securitySchemesValue() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
securitySchemeTypeKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
selectFrom(String, Node) - Static method in class org.raml.v2.internal.utils.NodeSelector
Resolves a path in the specified node.
selectIntValue(String, Node) - Static method in class org.raml.v2.internal.utils.NodeSelector
 
selectStringCollection(String, Node) - Static method in class org.raml.v2.internal.utils.NodeSelector
 
selectStringValue(String, Node) - Static method in class org.raml.v2.internal.utils.NodeSelector
 
selectType(String, Node, T) - Static method in class org.raml.v2.internal.utils.NodeSelector
 
setAllowsAdditionalProperties(boolean) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
setBaseURI(String) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
setByteStream(InputStream) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
setCertifiedText(boolean) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
setCharacterStream(Reader) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
setChild(int, Node) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
setChild(int, Node) - Method in interface org.raml.v2.internal.framework.nodes.Node
Sets a child at a specified index.
setEncoding(String) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
setEndPosition(Position) - Method in class org.raml.v2.internal.framework.nodes.AbstractRamlNode
 
setEndPosition(Position) - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
setInheritedProperties(List<InheritedPropertiesInjectedNode>) - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
setParent(Node) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
setParent(Node) - Method in interface org.raml.v2.internal.framework.nodes.Node
Sets the parent node to this node.
setPublicId(String) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
setResourceLoader(ResourceLoader) - Method in interface org.raml.v2.api.loader.ResourceLoaderAware
 
setResourceLoader(ResourceLoader) - Method in class org.raml.v2.internal.impl.commons.nodes.RamlDocumentNode
 
setSource(Node) - Method in class org.raml.v2.internal.framework.nodes.BaseNode
 
setSource(Node) - Method in interface org.raml.v2.internal.framework.nodes.Node
The source of this node.
setStartPosition(Position) - Method in class org.raml.v2.internal.framework.nodes.AbstractRamlNode
 
setStartPosition(Position) - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
setStrict(boolean) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
setStringData(String) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
setSystemId(String) - Method in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
settings() - Method in interface org.raml.v2.api.model.v08.security.AbstractSecurityScheme
The settings attribute MAY be used to provide security scheme-specific information.
settings() - Method in interface org.raml.v2.api.model.v08.security.OAuth1SecurityScheme
 
settings() - Method in interface org.raml.v2.api.model.v08.security.OAuth2SecurityScheme
 
settings() - Method in interface org.raml.v2.api.model.v10.security.AbstractSecurityScheme
The settings attribute MAY be used to provide security scheme-specific information.
settings() - Method in class org.raml.v2.internal.impl.commons.model.SecurityScheme
 
setValue(Node) - Method in interface org.raml.v2.internal.framework.nodes.KeyValueNode
 
setValue(Node) - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
setVersion(RamlVersion) - Method in class org.raml.v2.internal.impl.commons.nodes.RamlDocumentNode
 
signatures() - Method in interface org.raml.v2.api.model.v10.security.SecuritySchemeSettings
List of the signature methods used by the server.
signatures() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 
SimpleTypeNode<T> - Interface in org.raml.v2.internal.framework.nodes
 
singularize(String) - Static method in class org.raml.v2.internal.utils.Inflector
 
StatusCodeString - Interface in org.raml.v2.api.model.v08.system.types
 
StatusCodeString - Interface in org.raml.v2.api.model.v10.system.types
 
StreamUtils - Class in org.raml.v2.internal.utils
 
StreamUtils() - Constructor for class org.raml.v2.internal.utils.StreamUtils
 
string(String) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
stringData - Variable in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
stringExcluding(String, String...) - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
StringNode - Interface in org.raml.v2.internal.framework.nodes
 
StringNodeImpl - Class in org.raml.v2.internal.framework.nodes
 
StringNodeImpl(String) - Constructor for class org.raml.v2.internal.framework.nodes.StringNodeImpl
 
StringNodeImpl(StringNodeImpl) - Constructor for class org.raml.v2.internal.framework.nodes.StringNodeImpl
 
StringTemplateExpressionTransformer - Class in org.raml.v2.internal.impl.commons.phase
 
StringTemplateExpressionTransformer() - Constructor for class org.raml.v2.internal.impl.commons.phase.StringTemplateExpressionTransformer
 
StringTemplateNode - Class in org.raml.v2.internal.impl.commons.nodes
 
StringTemplateNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.StringTemplateNode
 
StringTemplateNode(StringTemplateNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.StringTemplateNode
 
StringType - Interface in org.raml.v2.api.model.v08.system.types
 
StringType - Interface in org.raml.v2.api.model.v10.system.types
 
stringType() - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
StringType - Class in org.raml.v2.internal.impl.commons.model
 
StringType(String) - Constructor for class org.raml.v2.internal.impl.commons.model.StringType
 
StringType(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.StringType
 
StringTypeDeclaration - Interface in org.raml.v2.api.model.v08.parameters
 
StringTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
stringTypeLiteral() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
StringTypeNode - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
StringTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.StringTypeNode
 
StringTypeRule - Class in org.raml.v2.internal.framework.grammar.rule
 
StringTypeRule() - Constructor for class org.raml.v2.internal.framework.grammar.rule.StringTypeRule
 
StringValueRule - Class in org.raml.v2.internal.framework.grammar.rule
 
StringValueRule(String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.StringValueRule
 
structuredValue() - Method in interface org.raml.v2.api.model.v08.system.types.Reference
Returns a structured object if the reference point to one.
structuredValue() - Method in interface org.raml.v2.api.model.v10.system.types.Reference
Returns a structured object if the reference point to one.
structuredValue() - Method in class org.raml.v2.internal.impl.commons.model.AnnotationRef
 
structuredValue() - Method in class org.raml.v2.internal.impl.commons.model.Reference
 
structuredValue() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeRef
 
structuredValue() - Method in class org.raml.v2.internal.impl.commons.model.TraitRef
 
SUGAR_PHASE - Static variable in class org.raml.v2.internal.impl.RamlBuilder
 
SugarRushPhase - Class in org.raml.v2.internal.impl.commons.phase
 
SugarRushPhase() - Constructor for class org.raml.v2.internal.impl.commons.phase.SugarRushPhase
 
suggest(String) - Method in class org.raml.v2.internal.framework.grammar.rule.RegexValueRule
 
Suggestion - Interface in org.raml.v2.internal.framework.suggester
 
Suggestions - Class in org.raml.v2.internal.framework.suggester
Represent a set of suggestions.
Suggestions(List<Suggestion>, String, int) - Constructor for class org.raml.v2.internal.framework.suggester.Suggestions
 
suggestions(String, int) - Method in class org.raml.v2.internal.impl.RamlSuggester
Returns the suggestions for the specified document at the given position.
SYArrayNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYArrayNode(SYArrayNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYArrayNode
 
SYArrayNode(SequenceNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYArrayNode
 
SYBaseRamlNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYBaseRamlNode(SYBaseRamlNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYBaseRamlNode
 
SYBaseRamlNode(Node) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYBaseRamlNode
 
SYBooleanNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYBooleanNode(SYBooleanNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYBooleanNode
 
SYBooleanNode(ScalarNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYBooleanNode
 
SYFloatingNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYFloatingNode(SYFloatingNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYFloatingNode
 
SYFloatingNode(ScalarNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYFloatingNode
 
SYIncludeNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYIncludeNode(SYIncludeNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYIncludeNode
 
SYIncludeNode(ScalarNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYIncludeNode
 
SYIntegerNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYIntegerNode(SYIntegerNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYIntegerNode
 
SYIntegerNode(ScalarNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYIntegerNode
 
SYModelWrapper - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYModelWrapper(boolean) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYModelWrapper
 
SYNullNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYNullNode(SYNullNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYNullNode
 
SYNullNode(Node) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYNullNode
 
SYObjectNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYObjectNode(SYObjectNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYObjectNode
 
SYObjectNode(MappingNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYObjectNode
 
SYObjectNode(SYBaseRamlNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYObjectNode
 
SYPosition - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYPosition(Mark) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYPosition
 
systemId - Variable in class org.raml.v2.internal.framework.grammar.rule.xml.LSInputImpl
 
SYStringNode - Class in org.raml.v2.internal.framework.nodes.snakeyaml
 
SYStringNode(SYStringNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYStringNode
 
SYStringNode(ScalarNode) - Constructor for class org.raml.v2.internal.framework.nodes.snakeyaml.SYStringNode
 

T

TckEmitter - Class in org.raml.v2.internal.impl.emitter.tck
 
TckEmitter() - Constructor for class org.raml.v2.internal.impl.emitter.tck.TckEmitter
 
TemplateExpressionNode - Class in org.raml.v2.internal.impl.commons.nodes
 
TemplateExpressionNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.TemplateExpressionNode
 
TemplateExpressionNode(TemplateExpressionNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.TemplateExpressionNode
 
then(Class<? extends Node>) - Method in class org.raml.v2.internal.framework.grammar.rule.KeyValueRule
 
then(Class<? extends Node>) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
then(NodeFactory) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
then(Class<? extends Node>) - Method in class org.raml.v2.internal.framework.grammar.rule.Rule
 
then(NodeFactory) - Method in class org.raml.v2.internal.framework.grammar.rule.Rule
 
TimeOnlyTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
title() - Method in interface org.raml.v2.api.model.v08.api.Api
The title property is a short plain text description of the RESTful API.
title() - Method in interface org.raml.v2.api.model.v08.api.DocumentationItem
title of documentation section
title() - Method in interface org.raml.v2.api.model.v10.api.Api
Short plain-text label for the API
title() - Method in interface org.raml.v2.api.model.v10.api.DocumentationItem
Title of documentation section
title() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
title() - Method in class org.raml.v2.internal.impl.commons.model.DocumentationItem
 
titleField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
titleKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
toJsonString() - Method in class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
tokenCredentialsUri() - Method in interface org.raml.v2.api.model.v08.security.OAuth1SecuritySchemeSettings
The URI of the Token Request endpoint as defined in RFC5849 Section 2.3
tokenCredentialsUri() - Method in interface org.raml.v2.api.model.v10.security.SecuritySchemeSettings
The URI of the Token Request endpoint as defined in RFC5849 Section 2.3 (OAuth 1)
tokenCredentialsUri() - Method in class org.raml.v2.internal.impl.commons.model.SecuritySchemeSettings
 
toString() - Method in class org.raml.v2.internal.framework.grammar.ExclusiveSiblingRule
 
toString() - Method in class org.raml.v2.internal.framework.grammar.rule.StringValueRule
 
toString() - Method in class org.raml.v2.internal.framework.nodes.AbstractPosition
 
toString() - Method in class org.raml.v2.internal.framework.nodes.ErrorNode
 
toString() - Method in class org.raml.v2.internal.framework.nodes.KeyValueNodeImpl
 
toString() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYArrayNode
 
toString() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYBooleanNode
 
toString() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYFloatingNode
 
toString() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYIntegerNode
 
toString() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYNullNode
 
toString() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYObjectNode
 
toString() - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYStringNode
 
toString() - Method in class org.raml.v2.internal.framework.nodes.StringNodeImpl
 
toString() - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
toString() - Method in class org.raml.v2.internal.impl.commons.model.RamlValidationResult
 
toString() - Method in class org.raml.v2.internal.impl.commons.nodes.AnnotationReferenceNode
 
toString() - Method in class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
toString() - Method in class org.raml.v2.internal.impl.commons.nodes.PropertyNode
 
toString(InputStream) - Static method in class org.raml.v2.internal.utils.StreamUtils
 
Trait - Interface in org.raml.v2.api.model.v08.methods
 
trait() - Method in interface org.raml.v2.api.model.v08.methods.TraitRef
Returns referenced trait
Trait - Interface in org.raml.v2.api.model.v10.methods
 
trait() - Method in interface org.raml.v2.api.model.v10.methods.TraitRef
Returns referenced trait
trait() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
Trait - Class in org.raml.v2.internal.impl.commons.model
 
Trait(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.Trait
 
trait() - Method in class org.raml.v2.internal.impl.commons.model.TraitRef
 
TraitNode - Class in org.raml.v2.internal.impl.commons.nodes
 
TraitNode() - Constructor for class org.raml.v2.internal.impl.commons.nodes.TraitNode
 
TraitNode(TraitNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.TraitNode
 
TraitRef - Interface in org.raml.v2.api.model.v08.methods
 
TraitRef - Interface in org.raml.v2.api.model.v10.methods
 
TraitRef - Class in org.raml.v2.internal.impl.commons.model
 
TraitRef(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.TraitRef
 
TraitRefNode - Class in org.raml.v2.internal.impl.commons.nodes
 
TraitRefNode(String) - Constructor for class org.raml.v2.internal.impl.commons.nodes.TraitRefNode
 
TraitRefNode(TraitRefNode) - Constructor for class org.raml.v2.internal.impl.commons.nodes.TraitRefNode
 
traits() - Method in interface org.raml.v2.api.model.v08.api.Api
Declarations of traits used in this API
traits() - Method in interface org.raml.v2.api.model.v10.api.LibraryBase
Declarations of traits for use within this API
traits() - Method in class org.raml.v2.internal.impl.commons.model.LibraryBase
 
TRAITS_KEY_NAME - Static variable in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
traitsField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
traitsKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
traitsValue() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
traitsValue() - Method in class org.raml.v2.internal.impl.v08.grammar.Raml08Grammar
 
traitsValue() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
transform(Node) - Method in interface org.raml.v2.internal.framework.phase.Transformer
 
transform(Node) - Method in class org.raml.v2.internal.impl.commons.phase.IncludeResolver
 
transform(Node) - Method in class org.raml.v2.internal.impl.commons.phase.ResourceTypesTraitsTransformer
 
transform(Node) - Method in class org.raml.v2.internal.impl.commons.phase.StringTemplateExpressionTransformer
 
transform(Node) - Method in class org.raml.v2.internal.impl.v10.phase.TypesTransformer
 
TransformationPhase - Class in org.raml.v2.internal.framework.phase
Applies a list of Transformers in a pipeline way
TransformationPhase(Transformer...) - Constructor for class org.raml.v2.internal.framework.phase.TransformationPhase
 
Transformer - Interface in org.raml.v2.internal.framework.phase
Applies a transformation to a specific node and returns the new node.
traverseToRoot(Node) - Static method in class org.raml.v2.internal.utils.NodeUtils
 
TreeDumper - Class in org.raml.v2.internal.utils
 
TreeDumper() - Constructor for class org.raml.v2.internal.utils.TreeDumper
 
type() - Method in interface org.raml.v2.api.model.v08.parameters.Parameter
The type attribute specifies the primitive type of the parameter's resolved value.
type() - Method in interface org.raml.v2.api.model.v08.resources.Resource
Instantiation of applyed resource type
type() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
Instantiation of applyed resource type
type() - Method in interface org.raml.v2.api.model.v08.security.AbstractSecurityScheme
The securitySchemes property MUST be used to specify an API's security mechanisms, including the required settings and the authentication methods that the API supports.
type() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
A base type which the current type extends, or more generally a type expression.
type() - Method in interface org.raml.v2.api.model.v10.resources.ResourceBase
The resource type which this resource inherits.
type() - Method in interface org.raml.v2.api.model.v10.security.AbstractSecurityScheme
The securitySchemes property MUST be used to specify an API's security mechanisms, including the required settings and the authentication methods that the API supports.
type() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
type() - Method in class org.raml.v2.internal.impl.commons.model.SecurityScheme
 
type() - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
type() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
TypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
TypeDeclaration - Class in org.raml.v2.internal.impl.commons.model
 
TypeDeclaration(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
TypeInstance - Interface in org.raml.v2.api.model.v08.system.types
 
TypeInstance - Interface in org.raml.v2.api.model.v10.datamodel
 
TypeInstance - Class in org.raml.v2.internal.impl.commons.model
 
TypeInstance(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.TypeInstance
 
TypeInstanceProperty - Interface in org.raml.v2.api.model.v08.system.types
 
TypeInstanceProperty - Interface in org.raml.v2.api.model.v10.datamodel
 
TypeInstanceProperty - Class in org.raml.v2.internal.impl.commons.model
 
TypeInstanceProperty(Node) - Constructor for class org.raml.v2.internal.impl.commons.model.TypeInstanceProperty
 
typeKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
TypeNode - Interface in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
TypeNodeFactory - Class in org.raml.v2.internal.impl.v10.nodes.types.factories
 
TypeNodeFactory() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.factories.TypeNodeFactory
 
TypeNodeReferenceRule - Class in org.raml.v2.internal.framework.grammar.rule
 
TypeNodeReferenceRule(String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.TypeNodeReferenceRule
 
TypeNodeVisitor<T> - Interface in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
types() - Method in interface org.raml.v2.api.model.v10.api.LibraryBase
Declarations of (data) types for use within this API
types() - Method in class org.raml.v2.internal.impl.commons.model.LibraryBase
 
types() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
TypesFactory - Class in org.raml.v2.internal.framework.grammar.rule
 
TypesFactory() - Constructor for class org.raml.v2.internal.framework.grammar.rule.TypesFactory
 
typesField() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
typesKey() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
TypesTransformer - Class in org.raml.v2.internal.impl.v10.phase
 
TypesTransformer(String) - Constructor for class org.raml.v2.internal.impl.v10.phase.TypesTransformer
 
TypesTransformer() - Constructor for class org.raml.v2.internal.impl.v10.phase.TypesTransformer
 
TypeToRuleVisitor - Class in org.raml.v2.internal.impl.commons.phase
 
TypeToRuleVisitor() - Constructor for class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 

U

UnionTypeDeclaration - Interface in org.raml.v2.api.model.v10.datamodel
 
UnionTypeNode - Class in org.raml.v2.internal.impl.v10.nodes.types.builtin
 
UnionTypeNode() - Constructor for class org.raml.v2.internal.impl.v10.nodes.types.builtin.UnionTypeNode
 
uniqueItems() - Method in interface org.raml.v2.api.model.v10.datamodel.ArrayTypeDeclaration
Should items in array be unique
untitledRaml() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
uriParameters() - Method in interface org.raml.v2.api.model.v08.api.Api
URI parameters can be further defined by using the uriParameters property.
uriParameters() - Method in interface org.raml.v2.api.model.v08.resources.Resource
Uri parameters of this resource
uriParameters() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
Uri parameters of this resource
uriParameters() - Method in interface org.raml.v2.api.model.v10.resources.ResourceBase
Detailed information about any URI parameters of this resource
uriParameters() - Method in class org.raml.v2.internal.impl.commons.model.Resource
 
uriParametersKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
UriTemplate - Interface in org.raml.v2.api.model.v08.system.types
 
UriTemplate - Interface in org.raml.v2.api.model.v10.system.types
 
UrlResourceLoader - Class in org.raml.v2.api.loader
 
UrlResourceLoader() - Constructor for class org.raml.v2.api.loader.UrlResourceLoader
 
usage() - Method in interface org.raml.v2.api.model.v08.methods.Trait
Instructions on how and when the trait should be used.
usage() - Method in interface org.raml.v2.api.model.v08.resources.ResourceType
Instructions on how and when the resource type should be used.
usage() - Method in interface org.raml.v2.api.model.v10.api.Library
contains description of why library exist
usage() - Method in interface org.raml.v2.api.model.v10.methods.Trait
Instructions on how and when the trait should be used.
usage() - Method in interface org.raml.v2.api.model.v10.resources.ResourceType
Instructions on how and when the resource type should be used.
usage() - Method in class org.raml.v2.internal.impl.commons.model.ResourceType
 
usage() - Method in class org.raml.v2.internal.impl.commons.model.Trait
 
USAGE - Static variable in class org.raml.v2.internal.impl.RamlValidator
 
usageField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
USES_KEY_NAME - Static variable in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
UsesDeclaration - Interface in org.raml.v2.api.model.v10.api
 
usesField() - Method in class org.raml.v2.internal.impl.v10.grammar.Raml10Grammar
 
usesKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 

V

validate(String) - Method in interface org.raml.v2.api.model.v10.datamodel.TypeDeclaration
Validates payload against the type/schema defined
validate(String) - Method in class org.raml.v2.internal.impl.commons.model.TypeDeclaration
 
validateExample(ExampleTypeNode) - Method in class org.raml.v2.internal.utils.NodeValidator
 
validatePayload(Node, String) - Method in class org.raml.v2.internal.utils.NodeValidator
 
ValidationResult - Interface in org.raml.v2.api.model.common
 
validationSucceeded() - Method in class org.raml.v2.internal.impl.commons.nodes.PayloadValidationResultNode
 
value() - Method in interface org.raml.v2.api.model.v08.api.GlobalSchema
Content of the schema
value() - Method in interface org.raml.v2.api.model.v08.system.types.BooleanType
 
value() - Method in interface org.raml.v2.api.model.v08.system.types.NumberType
 
value() - Method in interface org.raml.v2.api.model.v08.system.types.Reference
 
value() - Method in interface org.raml.v2.api.model.v08.system.types.StringType
 
value() - Method in interface org.raml.v2.api.model.v08.system.types.TypeInstance
For instances of scalar types returns scalar value
value() - Method in interface org.raml.v2.api.model.v08.system.types.TypeInstanceProperty
Property value
value() - Method in interface org.raml.v2.api.model.v08.system.types.ValueType
 
value() - Method in interface org.raml.v2.api.model.v10.api.UsesDeclaration
Content of the schema
value() - Method in interface org.raml.v2.api.model.v10.datamodel.ExampleSpec
String representation of example
value() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeInstance
For instances of scalar types returns scalar value
value() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeInstanceProperty
Property value
value() - Method in interface org.raml.v2.api.model.v10.system.types.BooleanType
 
value() - Method in interface org.raml.v2.api.model.v10.system.types.NumberType
 
value() - Method in interface org.raml.v2.api.model.v10.system.types.StringType
 
value() - Method in interface org.raml.v2.api.model.v10.system.types.ValueType
 
value() - Method in class org.raml.v2.internal.impl.commons.model.ExampleSpec
 
value() - Method in class org.raml.v2.internal.impl.commons.model.GlobalSchema
 
value() - Method in class org.raml.v2.internal.impl.commons.model.StringType
 
value() - Method in class org.raml.v2.internal.impl.commons.model.TypeInstance
 
value() - Method in class org.raml.v2.internal.impl.commons.model.TypeInstanceProperty
 
value() - Method in enum org.raml.v2.internal.impl.commons.RamlVersion
 
valueOf(String) - Static method in enum org.raml.v2.api.model.v08.parameters.ParameterLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.raml.v2.internal.framework.nodes.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.raml.v2.internal.framework.suggester.RamlParsingContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.raml.v2.internal.impl.commons.model.BuiltInScalarType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.raml.v2.internal.impl.commons.RamlVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.raml.v2.internal.impl.v10.RamlFragment
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.raml.v2.api.model.v08.parameters.ParameterLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.raml.v2.api.model.v08.system.types.TypeInstanceProperty
Array of values if property value is array
values() - Method in interface org.raml.v2.api.model.v10.datamodel.TypeInstanceProperty
Array of values if property value is array
values() - Static method in enum org.raml.v2.internal.framework.nodes.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.raml.v2.internal.framework.suggester.RamlParsingContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.raml.v2.internal.impl.commons.model.BuiltInScalarType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.raml.v2.internal.impl.commons.model.TypeInstanceProperty
 
values() - Static method in enum org.raml.v2.internal.impl.commons.RamlVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.raml.v2.internal.impl.v10.RamlFragment
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Interface in org.raml.v2.api.model.v08.system.types
 
ValueType - Interface in org.raml.v2.api.model.v10.system.types
 
version() - Method in interface org.raml.v2.api.model.v08.api.Api
If the RAML API definition is targeted to a specific API version, the API definition MUST contain a version property.
version() - Method in interface org.raml.v2.api.model.v10.api.Api
The version of the API, e.g.
version() - Method in class org.raml.v2.internal.impl.commons.model.Api
 
versionField() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
versionKey() - Method in class org.raml.v2.internal.impl.commons.grammar.BaseRamlGrammar
 
visit(TypeNodeVisitor<T>) - Method in class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
visit(TypeNodeVisitor<T>) - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.BooleanTypeNode
 
visit(TypeNodeVisitor<T>) - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.DateTypeNode
 
visit(TypeNodeVisitor<T>) - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.FloatTypeNode
 
visit(TypeNodeVisitor<T>) - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.IntegerTypeNode
 
visit(TypeNodeVisitor<T>) - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.ObjectTypeNode
 
visit(TypeNodeVisitor<T>) - Method in class org.raml.v2.internal.impl.v10.nodes.types.builtin.StringTypeNode
 
visit(TypeNodeVisitor<T>) - Method in interface org.raml.v2.internal.impl.v10.nodes.types.builtin.TypeNode
 
visitBoolean(BooleanTypeNode) - Method in class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 
visitBoolean(BooleanTypeNode) - Method in interface org.raml.v2.internal.impl.v10.nodes.types.builtin.TypeNodeVisitor
 
visitDate(DateTypeNode) - Method in class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 
visitDate(DateTypeNode) - Method in interface org.raml.v2.internal.impl.v10.nodes.types.builtin.TypeNodeVisitor
 
visitExample(List<PropertyNode>, boolean, boolean) - Method in class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 
visitExample(List<PropertyNode>, boolean, boolean) - Method in interface org.raml.v2.internal.impl.v10.nodes.types.builtin.TypeNodeVisitor
 
visitFloat(FloatTypeNode) - Method in class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 
visitFloat(FloatTypeNode) - Method in interface org.raml.v2.internal.impl.v10.nodes.types.builtin.TypeNodeVisitor
 
visitInteger(IntegerTypeNode) - Method in class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 
visitInteger(IntegerTypeNode) - Method in interface org.raml.v2.internal.impl.v10.nodes.types.builtin.TypeNodeVisitor
 
visitObject(ObjectTypeNode) - Method in class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 
visitObject(ObjectTypeNode) - Method in interface org.raml.v2.internal.impl.v10.nodes.types.builtin.TypeNodeVisitor
 
visitProperties(TypeNodeVisitor<T>, List<PropertyNode>, boolean, boolean) - Method in class org.raml.v2.internal.impl.commons.nodes.ExampleTypeNode
 
visitString(StringTypeNode) - Method in class org.raml.v2.internal.impl.commons.phase.TypeToRuleVisitor
 
visitString(StringTypeNode) - Method in interface org.raml.v2.internal.impl.v10.nodes.types.builtin.TypeNodeVisitor
 

W

when(String, ConditionalRule...) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
whenChildIs(Rule, Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
whenPresent(String, Rule) - Method in class org.raml.v2.internal.framework.grammar.BaseGrammar
 
WILDCARD_SELECTOR - Static variable in class org.raml.v2.internal.utils.NodeSelector
 
with(KeyValueRule) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
with(ConditionalRules) - Method in class org.raml.v2.internal.framework.grammar.rule.ObjectRule
 
withDescription(String) - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
withDescription(String) - Method in interface org.raml.v2.internal.framework.suggester.Suggestion
Creates a new Suggestion based on this suggestion but changing the description with the specified
withPrefix(String) - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
withPrefix(String) - Method in interface org.raml.v2.internal.framework.suggester.Suggestion
Creates a new Suggestion based on this but changing the prefix
withValue(String) - Method in class org.raml.v2.internal.framework.suggester.DefaultSuggestion
 
withValue(String) - Method in interface org.raml.v2.internal.framework.suggester.Suggestion
Creates a new Suggestion based on this suggestion but changing the value with the specified
wrap(Node) - Method in class org.raml.v2.internal.framework.nodes.snakeyaml.SYModelWrapper
 
wrapNode(Node, String) - Static method in class org.raml.v2.internal.utils.SchemaGenerator
 
wrapped() - Method in interface org.raml.v2.api.model.v10.datamodel.XMLFacetInfo
If wrapped is set to true, a type instance should be wrapped in its own XML element.

X

XMLBody - Interface in org.raml.v2.api.model.v08.bodies
 
XMLExample - Interface in org.raml.v2.api.model.v08.system.types
 
XMLFacetInfo - Interface in org.raml.v2.api.model.v10.datamodel
 
XMLSchemaString - Interface in org.raml.v2.api.model.v08.system.types
 
XmlSchemaValidationRule - Class in org.raml.v2.internal.framework.grammar.rule
 
XmlSchemaValidationRule(Node, ResourceLoader) - Constructor for class org.raml.v2.internal.framework.grammar.rule.XmlSchemaValidationRule
 
XsdResourceResolver - Class in org.raml.v2.internal.framework.grammar.rule.xml
 
XsdResourceResolver(ResourceLoader, String) - Constructor for class org.raml.v2.internal.framework.grammar.rule.xml.XsdResourceResolver
 

Y

YamlUtils - Class in org.raml.v2.internal.utils
 
YamlUtils() - Constructor for class org.raml.v2.internal.utils.YamlUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2016. All rights reserved.