- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-