Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
A
AbastractFactory
- Class in
org.raml.parser.builder
AbastractFactory()
- Constructor for class org.raml.parser.builder.
AbastractFactory
AbstractParam
- Class in
org.raml.model.parameter
AbstractParam()
- Constructor for class org.raml.model.parameter.
AbstractParam
AbstractParam(String, ParamType, boolean)
- Constructor for class org.raml.model.parameter.
AbstractParam
Action
- Class in
org.raml.model
Action()
- Constructor for class org.raml.model.
Action
ActionType
- Enum in
org.raml.model
addBuildersFor(Class<?>)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
addBuildersTo(Class<?>, TupleBuilder)
- Method in class org.raml.parser.builder.
TupleBuilderFactory
addIncludeContext(Deque<IncludeInfo>)
- Method in class org.raml.parser.rule.
ValidationResult
addRulesFor(Class<?>)
- Method in class org.raml.parser.rule.
DefaultTupleRule
addRulesFor(Class<?>)
- Method in class org.raml.parser.rule.
ParamRule
addRulesTo(Class<?>, TupleRule<?, ?>)
- Method in class org.raml.parser.rule.
NodeRuleFactory
ALL_ACTIONS
- Static variable in class org.raml.parser.visitor.
TemplateResolver
areValid(List<ValidationResult>)
- Static method in class org.raml.parser.rule.
ValidationResult
B
BaseUriRule
- Class in
org.raml.parser.rule
BaseUriRule()
- Constructor for class org.raml.parser.rule.
BaseUriRule
beforeDocumentStart(MappingNode)
- Method in class org.raml.parser.visitor.
MediaTypeResolver
BooleanConverter
- Class in
org.raml.parser.utils
BooleanConverter()
- Constructor for class org.raml.parser.utils.
BooleanConverter
build(Reader)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
build(InputStream)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
build(String)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
builders
- Variable in class org.raml.parser.builder.
DefaultTupleBuilder
buildKey(Object, K)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
buildKey(Object, ScalarNode)
- Method in class org.raml.parser.builder.
ImplicitMapEntryBuilder
buildKey(Object, ScalarNode)
- Method in class org.raml.parser.builder.
PojoTupleBuilder
buildKey(Object, ScalarNode)
- Method in class org.raml.parser.builder.
ScalarTupleBuilder
buildKey(Object, K)
- Method in interface org.raml.parser.builder.
TupleBuilder
buildValue(Object, V)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
buildValue(Object, Node)
- Method in class org.raml.parser.builder.
ImplicitMapEntryBuilder
buildValue(Object, Node)
- Method in class org.raml.parser.builder.
MapTupleBuilder
buildValue(Object, V)
- Method in interface org.raml.parser.builder.
NodeBuilder
Builds the java model for the given node and set it to the parent object
buildValue(Object, Node)
- Method in class org.raml.parser.builder.
PojoTupleBuilder
buildValue(Object, ScalarNode)
- Method in class org.raml.parser.builder.
ScalarTupleBuilder
buildValue(Object, SequenceNode)
- Method in class org.raml.parser.builder.
SequenceTupleBuilder
buildValue(Object, SequenceNode)
- Method in class org.raml.parser.builder.
TemplateBuilder
C
camelize(String)
- Static method in class org.raml.parser.utils.
Inflector
Generates a camel case version of a phrase from dash.
canBeConverted(String, Class<?>)
- Static method in class org.raml.parser.utils.
ConvertUtils
capitalize(String)
- Static method in class org.raml.parser.utils.
Inflector
Capitalizes a word - only a first character is converted to upper case.
check(String)
- Method in class org.raml.model.validation.
EnumerationValidation
check(String)
- Method in class org.raml.model.validation.
MaximumIntegerValidation
check(String)
- Method in class org.raml.model.validation.
MaximumNumberValidation
check(String)
- Method in class org.raml.model.validation.
MaxLengthValidation
check(String)
- Method in class org.raml.model.validation.
MinimumIntegerValidation
check(String)
- Method in class org.raml.model.validation.
MinimumNumberValidation
check(String)
- Method in class org.raml.model.validation.
MinLengthValidation
check(String)
- Method in class org.raml.model.validation.
PatternValidation
check(String)
- Method in interface org.raml.model.validation.
Validation
checkDuplicate(ScalarNode, List<ValidationResult>)
- Method in class org.raml.parser.rule.
MapTupleRule
ClassPathResourceLoader
- Class in
org.raml.parser.loader
ClassPathResourceLoader()
- Constructor for class org.raml.parser.loader.
ClassPathResourceLoader
CompositeResourceLoader
- Class in
org.raml.parser.loader
CompositeResourceLoader(ResourceLoader...)
- Constructor for class org.raml.parser.loader.
CompositeResourceLoader
ContributionTupleRule
- Class in
org.raml.parser.rule
ContributionTupleRule(TupleRule, List<TupleRule>)
- Constructor for class org.raml.parser.rule.
ContributionTupleRule
convert(Class, Object)
- Method in class org.raml.parser.utils.
BooleanConverter
convertTo(String, Class<T>)
- Static method in class org.raml.parser.utils.
ConvertUtils
ConvertUtils
- Class in
org.raml.parser.utils
ConvertUtils()
- Constructor for class org.raml.parser.utils.
ConvertUtils
create(ValidationResult.Level, String)
- Static method in class org.raml.parser.rule.
ValidationResult
createDefault()
- Static method in class org.raml.parser.visitor.
RamlValidationService
createDefault(ResourceLoader, TagResolver...)
- Static method in class org.raml.parser.visitor.
RamlValidationService
createDefault(ResourceLoader, NodeRuleFactory, TagResolver...)
- Static method in class org.raml.parser.visitor.
RamlValidationService
createDocumentRule(Class<?>)
- Method in class org.raml.parser.rule.
NodeRuleFactory
createErrorResult(String, int, int, int)
- Static method in class org.raml.parser.rule.
ValidationResult
createErrorResult(String, Mark, Mark)
- Static method in class org.raml.parser.rule.
ValidationResult
createErrorResult(String, Node)
- Static method in class org.raml.parser.rule.
ValidationResult
createErrorResult(String)
- Static method in class org.raml.parser.rule.
ValidationResult
createHandler(Class<? extends TupleHandler>, String, Class<? extends Node>)
- Method in class org.raml.parser.builder.
AbastractFactory
createInstanceOf(Class<? extends T>)
- Method in class org.raml.parser.builder.
AbastractFactory
createRule(Field, Annotation)
- Method in interface org.raml.parser.rule.
NodeRuleFactoryExtension
D
DefaultResourceLoader
- Class in
org.raml.parser.loader
DefaultResourceLoader()
- Constructor for class org.raml.parser.loader.
DefaultResourceLoader
DefaultScalarTupleHandler
- Class in
org.raml.parser.resolver
DefaultScalarTupleHandler(String)
- Constructor for class org.raml.parser.resolver.
DefaultScalarTupleHandler
DefaultTupleBuilder
<
K
extends org.yaml.snakeyaml.nodes.Node,
V
extends org.yaml.snakeyaml.nodes.Node> - Class in
org.raml.parser.builder
DefaultTupleBuilder(TupleHandler)
- Constructor for class org.raml.parser.builder.
DefaultTupleBuilder
DefaultTupleHandler
- Class in
org.raml.parser.resolver
DefaultTupleHandler()
- Constructor for class org.raml.parser.resolver.
DefaultTupleHandler
DefaultTupleRule
<
K
extends org.yaml.snakeyaml.nodes.Node,
V
extends org.yaml.snakeyaml.nodes.Node> - Class in
org.raml.parser.rule
DefaultTupleRule()
- Constructor for class org.raml.parser.rule.
DefaultTupleRule
DefaultTupleRule(String, TupleHandler, NodeRuleFactory)
- Constructor for class org.raml.parser.rule.
DefaultTupleRule
DefaultTupleRule(String, TupleHandler)
- Constructor for class org.raml.parser.rule.
DefaultTupleRule
DocumentationItem
- Class in
org.raml.model
DocumentationItem()
- Constructor for class org.raml.model.
DocumentationItem
doValidateValue(ScalarNode)
- Method in class org.raml.parser.rule.
BaseUriRule
doValidateValue(V)
- Method in class org.raml.parser.rule.
DefaultTupleRule
doValidateValue(ScalarNode)
- Method in class org.raml.parser.rule.
EnumModifierRule
doValidateValue(ScalarNode)
- Method in class org.raml.parser.rule.
SchemaRule
doValidateValue(ScalarNode)
- Method in class org.raml.parser.rule.
SimpleNullAllowedRule
doValidateValue(ScalarNode)
- Method in class org.raml.parser.rule.
SimpleRule
dump(Raml)
- Method in class org.raml.emitter.
RamlEmitter
dumpFromAst(Node)
- Static method in class org.raml.parser.visitor.
YamlDocumentBuilder
dumpFromAst(Node, Writer)
- Static method in class org.raml.parser.visitor.
YamlDocumentBuilder
E
EnumerationValidation
- Class in
org.raml.model.validation
EnumerationValidation(List<String>)
- Constructor for class org.raml.model.validation.
EnumerationValidation
EnumHandler
- Class in
org.raml.parser.resolver
EnumHandler(Class<? extends Node>, Class<? extends Enum>)
- Constructor for class org.raml.parser.resolver.
EnumHandler
EnumModifierRule
- Class in
org.raml.parser.rule
EnumModifierRule(String, List<String>, SimpleRule)
- Constructor for class org.raml.parser.rule.
EnumModifierRule
equals(Object)
- Method in class org.raml.model.
Resource
ErrorMessage
- Class in
org.raml.parser.visitor
ErrorMessage(String, Node)
- Constructor for class org.raml.parser.visitor.
ErrorMessage
F
fetchResource(String)
- Method in class org.raml.parser.loader.
ClassPathResourceLoader
fetchResource(String)
- Method in class org.raml.parser.loader.
CompositeResourceLoader
fetchResource(String)
- Method in class org.raml.parser.loader.
DefaultResourceLoader
fetchResource(String)
- Method in class org.raml.parser.loader.
FileResourceLoader
fetchResource(String)
- Method in interface org.raml.parser.loader.
ResourceLoader
fetchResource(String)
- Method in class org.raml.parser.loader.
UrlResourceLoader
FileResourceLoader
- Class in
org.raml.parser.loader
FileResourceLoader(String)
- Constructor for class org.raml.parser.loader.
FileResourceLoader
FileResourceLoader(File)
- Constructor for class org.raml.parser.loader.
FileResourceLoader
FormParameter
- Class in
org.raml.model.parameter
FormParameter()
- Constructor for class org.raml.model.parameter.
FormParameter
G
getAction(ActionType)
- Method in class org.raml.model.
Resource
getAction(String)
- Method in class org.raml.model.
Resource
getActions()
- Method in class org.raml.model.
Resource
getBasePath()
- Method in class org.raml.model.
Raml
getBaseUri()
- Method in class org.raml.model.
Raml
getBaseUri()
- Method in class org.raml.parser.rule.
BaseUriRule
getBaseUriParameters()
- Method in class org.raml.model.
Action
getBaseUriParameters()
- Method in class org.raml.model.
Raml
getBaseUriParameters()
- Method in class org.raml.model.
Resource
getBody()
- Method in class org.raml.model.
Action
getBody()
- Method in class org.raml.model.
Response
getBuilderContext()
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
getBuilderForTuple(NodeTuple)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
getBuilderForTuple(NodeTuple)
- Method in class org.raml.parser.builder.
ImplicitMapEntryBuilder
getBuilderForTuple(NodeTuple)
- Method in class org.raml.parser.builder.
MapTupleBuilder
getBuilderForTuple(NodeTuple)
- Method in class org.raml.parser.builder.
MapWithListValueTupleBuilder
getBuilderForTuple(NodeTuple)
- Method in class org.raml.parser.builder.
PojoTupleBuilder
getBuilderForTuple(NodeTuple)
- Method in interface org.raml.parser.builder.
TupleBuilder
Returns the
getConsolidatedSchemas()
- Method in class org.raml.model.
Raml
getContent()
- Method in class org.raml.model.
DocumentationItem
getDefaultValue()
- Method in class org.raml.model.parameter.
AbstractParam
getDescribedBy()
- Method in class org.raml.model.
SecurityScheme
getDescription()
- Method in class org.raml.model.
Action
getDescription()
- Method in class org.raml.model.parameter.
AbstractParam
getDescription()
- Method in class org.raml.model.
Resource
getDescription()
- Method in class org.raml.model.
Response
getDescription()
- Method in class org.raml.model.
SecurityScheme
getDisplayName()
- Method in class org.raml.model.parameter.
AbstractParam
getDisplayName()
- Method in class org.raml.model.
Resource
getDisplayName()
- Method in class org.raml.model.
Template
getDocumentation()
- Method in class org.raml.model.
Raml
getDocumentContext()
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
getDocumentObject()
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
getDuplicateRuleMessage(String)
- Static method in class org.raml.parser.rule.
ValidationMessage
getEndColumn()
- Method in class org.raml.parser.rule.
ValidationResult
getEndColumn()
- Method in class org.raml.parser.visitor.
IncludeInfo
getEnumeration()
- Method in class org.raml.model.parameter.
AbstractParam
getErrorMessage()
- Method in class org.raml.parser.visitor.
ErrorMessage
getExample()
- Method in class org.raml.model.
MimeType
getExample()
- Method in class org.raml.model.parameter.
AbstractParam
getFieldClass()
- Method in class org.raml.parser.rule.
SimpleRule
getFieldName()
- Method in class org.raml.parser.builder.
MapTupleBuilder
getFieldName()
- Method in class org.raml.parser.builder.
PojoTupleBuilder
getFieldName()
- Method in class org.raml.parser.builder.
SequenceTupleBuilder
getFieldName()
- Method in class org.raml.parser.rule.
MapTupleRule
getFormParameters()
- Method in class org.raml.model.
MimeType
getHandler()
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
getHandler()
- Method in interface org.raml.parser.builder.
TupleBuilder
getHandler()
- Method in class org.raml.parser.rule.
ContributionTupleRule
getHandler()
- Method in class org.raml.parser.rule.
DefaultTupleRule
getHandler()
- Method in interface org.raml.parser.rule.
TupleRule
getHeaders()
- Method in class org.raml.model.
Action
getHeaders()
- Method in class org.raml.model.
Response
getHeaders()
- Method in class org.raml.model.
SecuritySchemeDescriptor
getIncludeContext()
- Method in class org.raml.parser.rule.
ValidationResult
getIncludeName()
- Method in class org.raml.parser.rule.
ValidationResult
getIncludeName()
- Method in class org.raml.parser.tagresolver.
IncludeResolver.IncludeScalarNode
getIncludeName()
- Method in class org.raml.parser.visitor.
IncludeInfo
getInheritedFields(Class<?>)
- Static method in class org.raml.parser.utils.
ReflectionUtils
getIs()
- Method in class org.raml.model.
Action
getIs()
- Method in class org.raml.model.
Resource
getItemBuilder()
- Method in interface org.raml.parser.builder.
SequenceBuilder
Returns the builder for the items of this sequence
getItemBuilder()
- Method in class org.raml.parser.builder.
SequenceTupleBuilder
getItemBuilder()
- Method in class org.raml.parser.builder.
TemplateBuilder
getItemRule()
- Method in class org.raml.parser.rule.
GlobalSchemasRule
getItemRule()
- Method in class org.raml.parser.rule.
SecurityReferenceSequenceRule
getItemRule()
- Method in interface org.raml.parser.rule.
SequenceRule
getItemRule()
- Method in class org.raml.parser.rule.
SequenceTupleRule
getItemType()
- Method in class org.raml.parser.rule.
SequenceTupleRule
getKey()
- Method in class org.raml.parser.rule.
ContributionTupleRule
getKey()
- Method in class org.raml.parser.rule.
DefaultTupleRule
getKey()
- Method in interface org.raml.parser.rule.
TupleRule
getKeyNode()
- Method in class org.raml.parser.rule.
SimpleRule
getLevel()
- Method in class org.raml.parser.rule.
ValidationResult
getLevel(ValidationResult.Level, List<ValidationResult>)
- Static method in class org.raml.parser.rule.
ValidationResult
getLine()
- Method in class org.raml.parser.rule.
ValidationResult
getLine()
- Method in class org.raml.parser.visitor.
IncludeInfo
getMaximum()
- Method in class org.raml.model.parameter.
AbstractParam
getMaxLength()
- Method in class org.raml.model.parameter.
AbstractParam
getMediaType()
- Method in class org.raml.model.
Raml
getMediaTypeResolver()
- Method in class org.raml.parser.visitor.
RamlDocumentBuilder
getMediaTypeResolver()
- Method in class org.raml.parser.visitor.
RamlDocumentValidator
getMessage()
- Method in class org.raml.parser.rule.
ValidationResult
getMessages()
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
getMessages()
- Method in interface org.raml.parser.visitor.
YamlValidator
getMinimum()
- Method in class org.raml.model.parameter.
AbstractParam
getMinLength()
- Method in class org.raml.model.parameter.
AbstractParam
getMissingRuleMessage(String)
- Static method in class org.raml.parser.rule.
ValidationMessage
getName()
- Method in class org.raml.model.
SecurityReference
getName()
- Method in class org.raml.parser.rule.
ContributionTupleRule
getName()
- Method in class org.raml.parser.rule.
DefaultTupleRule
getName()
- Method in interface org.raml.parser.rule.
TupleRule
getNode()
- Method in class org.raml.parser.visitor.
ErrorMessage
getNodeRuleFactory()
- Method in class org.raml.parser.rule.
DefaultTupleRule
getNodeValue(Node)
- Static method in class org.raml.parser.utils.
NodeUtils
getParameters()
- Method in class org.raml.model.
SecurityReference
getParameters()
- Method in class org.raml.parser.rule.
BaseUriRule
getParent()
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
getParentTupleRule()
- Method in class org.raml.parser.rule.
ContributionTupleRule
getParentTupleRule()
- Method in class org.raml.parser.rule.
DefaultTupleRule
getParentTupleRule()
- Method in interface org.raml.parser.rule.
TupleRule
getParentUri()
- Method in class org.raml.model.
Resource
getPattern()
- Method in class org.raml.model.parameter.
AbstractParam
getPojoClass()
- Method in class org.raml.parser.builder.
PojoTupleBuilder
getProtocols()
- Method in class org.raml.model.
Action
getProtocols()
- Method in class org.raml.model.
Raml
getQueryParameters()
- Method in class org.raml.model.
Action
getQueryParameters()
- Method in class org.raml.model.
SecuritySchemeDescriptor
getRelativeUri()
- Method in class org.raml.model.
Resource
getResource()
- Method in class org.raml.model.
Action
getResource(String)
- Method in class org.raml.model.
Raml
getResource(String)
- Method in class org.raml.model.
Resource
getResourceLoader()
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
getResources()
- Method in class org.raml.model.
Raml
getResources()
- Method in class org.raml.model.
Resource
getResourceTypes()
- Method in class org.raml.model.
Raml
getResourceTypesMap()
- Method in class org.raml.parser.visitor.
TemplateResolver
getResponses()
- Method in class org.raml.model.
Action
getResponses()
- Method in class org.raml.model.
SecuritySchemeDescriptor
getRootNode()
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
getRootTupleRule()
- Method in class org.raml.parser.rule.
ContributionTupleRule
getRootTupleRule()
- Method in class org.raml.parser.rule.
DefaultTupleRule
getRootTupleRule()
- Method in interface org.raml.parser.rule.
TupleRule
getRuleByFieldName(String)
- Method in class org.raml.parser.rule.
ContributionTupleRule
getRuleByFieldName(String)
- Method in class org.raml.parser.rule.
DefaultTupleRule
getRuleByFieldName(String)
- Method in interface org.raml.parser.rule.
TupleRule
getRuleContext()
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
getRuleEmptyMessage(String)
- Static method in class org.raml.parser.rule.
ValidationMessage
getRuleForTuple(NodeTuple)
- Method in class org.raml.parser.rule.
ContributionTupleRule
getRuleForTuple(NodeTuple)
- Method in class org.raml.parser.rule.
DefaultTupleRule
getRuleForTuple(NodeTuple)
- Method in class org.raml.parser.rule.
ImplicitMapEntryRule
getRuleForTuple(NodeTuple)
- Method in class org.raml.parser.rule.
MapTupleRule
getRuleForTuple(NodeTuple)
- Method in class org.raml.parser.rule.
MapWithListValueTupleRule
getRuleForTuple(NodeTuple)
- Method in class org.raml.parser.rule.
PojoTupleRule
getRuleForTuple(NodeTuple)
- Method in interface org.raml.parser.rule.
TupleRule
getRuleForTuple(NodeTuple)
- Method in class org.raml.parser.rule.
UriParametersRule
getRuleTypeMisMatch(String, String)
- Static method in class org.raml.parser.rule.
ValidationMessage
getScalarRule()
- Method in class org.raml.parser.rule.
MapTupleRule
getScalarRule()
- Method in class org.raml.parser.rule.
SequenceTupleNullsAllowedRule
getScalarRule()
- Method in class org.raml.parser.rule.
SequenceTupleRule
getSchema()
- Method in class org.raml.model.
MimeType
getSchema(String)
- Method in class org.raml.parser.rule.
GlobalSchemasRule
getSchemas()
- Method in class org.raml.model.
Raml
getSecuredBy()
- Method in class org.raml.model.
Action
getSecuredBy()
- Method in class org.raml.model.
Raml
getSecuredBy()
- Method in class org.raml.model.
Resource
getSecuritySchemes()
- Method in class org.raml.model.
Raml
getSettings()
- Method in class org.raml.model.
SecurityScheme
getStartColumn()
- Method in class org.raml.parser.rule.
ValidationResult
getStartColumn()
- Method in class org.raml.parser.visitor.
IncludeInfo
getTemplateResolver()
- Method in class org.raml.parser.visitor.
RamlDocumentBuilder
getTemplateResolver()
- Method in class org.raml.parser.visitor.
RamlDocumentValidator
getTitle()
- Method in class org.raml.model.
DocumentationItem
getTitle()
- Method in class org.raml.model.
Raml
getTraits()
- Method in class org.raml.model.
Raml
getTraitsMap()
- Method in class org.raml.parser.visitor.
TemplateResolver
getType()
- Method in class org.raml.model.
Action
getType()
- Method in class org.raml.model.
MimeType
getType()
- Method in class org.raml.model.parameter.
AbstractParam
getType()
- Method in class org.raml.model.
Resource
getType()
- Method in class org.raml.model.
SecurityScheme
getUri()
- Method in class org.raml.model.
Raml
getUri()
- Method in class org.raml.model.
Resource
getUriParameters()
- Method in class org.raml.model.
Resource
getUriRule()
- Method in class org.raml.parser.rule.
UriParametersRule
getValueClass()
- Method in class org.raml.parser.builder.
MapTupleBuilder
getValueNode()
- Method in class org.raml.parser.rule.
SimpleRule
getValueNodeType()
- Method in class org.raml.parser.rule.
DefaultTupleRule
getValueNodeType()
- Method in class org.raml.parser.rule.
ImplicitMapEntryRule
getValueNodeType()
- Method in class org.raml.parser.rule.
PojoTupleRule
getValueNodeType()
- Method in class org.raml.parser.rule.
SecurityReferenceRule
getValueNodeType()
- Method in class org.raml.parser.rule.
SimpleRule
getValueType()
- Method in class org.raml.parser.rule.
MapTupleRule
getVersion()
- Method in class org.raml.model.
Raml
getVersionRule()
- Method in class org.raml.parser.rule.
BaseUriRule
GlobalSchemasRule
- Class in
org.raml.parser.rule
GlobalSchemasRule()
- Constructor for class org.raml.parser.rule.
GlobalSchemasRule
H
handles(NodeTuple)
- Method in class org.raml.parser.resolver.
DefaultScalarTupleHandler
handles(NodeTuple)
- Method in class org.raml.parser.resolver.
DefaultTupleHandler
handles(NodeTuple)
- Method in class org.raml.parser.resolver.
EnumHandler
handles(NodeTuple)
- Method in class org.raml.parser.resolver.
MatchAllHandler
handles(NodeTuple)
- Method in class org.raml.parser.resolver.
ResourceHandler
handles(NodeTuple)
- Method in interface org.raml.parser.resolver.
TupleHandler
handles(Field, Annotation)
- Method in interface org.raml.parser.rule.
NodeRuleFactoryExtension
handles(Tag)
- Method in class org.raml.parser.tagresolver.
IncludeResolver
handles(Tag)
- Method in class org.raml.parser.tagresolver.
JacksonTagResolver
handles(Tag)
- Method in class org.raml.parser.tagresolver.
JaxbTagResolver
handles(Tag)
- Method in class org.raml.parser.tagresolver.
PojoValidatorTagResolver
handles(Tag)
- Method in interface org.raml.parser.tagresolver.
TagResolver
hashCode()
- Method in class org.raml.model.
Resource
Header
- Class in
org.raml.model.parameter
Header()
- Constructor for class org.raml.model.parameter.
Header
I
ImplicitMapEntryBuilder
- Class in
org.raml.parser.builder
ImplicitMapEntryBuilder(String, Class<?>, Class<?>)
- Constructor for class org.raml.parser.builder.
ImplicitMapEntryBuilder
ImplicitMapEntryRule
- Class in
org.raml.parser.rule
ImplicitMapEntryRule(String, Class)
- Constructor for class org.raml.parser.rule.
ImplicitMapEntryRule
INCLUDE_APPLIED_TAG
- Static variable in class org.raml.parser.tagresolver.
IncludeResolver
INCLUDE_TAG
- Static variable in class org.raml.parser.tagresolver.
IncludeResolver
IncludeInfo
- Class in
org.raml.parser.visitor
IncludeInfo(int, int, int, String)
- Constructor for class org.raml.parser.visitor.
IncludeInfo
IncludeInfo(Mark, Mark, String)
- Constructor for class org.raml.parser.visitor.
IncludeInfo
IncludeInfo(ScalarNode)
- Constructor for class org.raml.parser.visitor.
IncludeInfo
IncludeInfo(Tag)
- Constructor for class org.raml.parser.visitor.
IncludeInfo
IncludeResolver
- Class in
org.raml.parser.tagresolver
IncludeResolver()
- Constructor for class org.raml.parser.tagresolver.
IncludeResolver
IncludeResolver.IncludeScalarNode
- Class in
org.raml.parser.tagresolver
IncludeResolver.IncludeScalarNode(String, String, ScalarNode)
- Constructor for class org.raml.parser.tagresolver.
IncludeResolver.IncludeScalarNode
Inflector
- Class in
org.raml.parser.utils
Inflector()
- Constructor for class org.raml.parser.utils.
Inflector
init(MappingNode)
- Method in class org.raml.parser.visitor.
TemplateResolver
isEnum(Class<?>)
- Static method in class org.raml.parser.utils.
ReflectionUtils
isPojo(Class<?>)
- Static method in class org.raml.parser.utils.
ReflectionUtils
isRepeat()
- Method in class org.raml.model.parameter.
AbstractParam
isRequired()
- Method in class org.raml.model.parameter.
AbstractParam
isRequired()
- Method in class org.raml.parser.rule.
DefaultTupleRule
isStandardTag(Tag)
- Static method in class org.raml.parser.utils.
NodeUtils
isValid()
- Method in class org.raml.parser.rule.
ValidationResult
isValidValueNodeType(Class)
- Method in class org.raml.parser.rule.
DefaultTupleRule
isWrapperOrString(Class<?>)
- Static method in class org.raml.parser.utils.
ReflectionUtils
J
JACKSON_TAG
- Static variable in class org.raml.parser.tagresolver.
JacksonTagResolver
JacksonTagResolver
- Class in
org.raml.parser.tagresolver
JacksonTagResolver()
- Constructor for class org.raml.parser.tagresolver.
JacksonTagResolver
JAXB_TAG
- Static variable in class org.raml.parser.tagresolver.
JaxbTagResolver
JaxbTagResolver
- Class in
org.raml.parser.tagresolver
JaxbTagResolver()
- Constructor for class org.raml.parser.tagresolver.
JaxbTagResolver
K
Key
- Annotation Type in
org.raml.parser.annotation
L
logger
- Variable in class org.raml.model.parameter.
AbstractParam
logger
- Variable in class org.raml.parser.builder.
DefaultTupleBuilder
logger
- Variable in class org.raml.parser.builder.
TemplateBuilder
logger
- Variable in class org.raml.parser.loader.
FileResourceLoader
logger
- Variable in class org.raml.parser.visitor.
TemplateResolver
logger
- Variable in class org.raml.parser.visitor.
YamlValidationService
M
Mapping
- Annotation Type in
org.raml.parser.annotation
MapTupleBuilder
- Class in
org.raml.parser.builder
MapTupleBuilder(Class<?>)
- Constructor for class org.raml.parser.builder.
MapTupleBuilder
MapTupleBuilder(String, Class<?>)
- Constructor for class org.raml.parser.builder.
MapTupleBuilder
MapTupleRule
- Class in
org.raml.parser.rule
MapTupleRule(String, Class)
- Constructor for class org.raml.parser.rule.
MapTupleRule
MapTupleRule(Class<?>, NodeRuleFactory)
- Constructor for class org.raml.parser.rule.
MapTupleRule
MapWithListValueTupleBuilder
- Class in
org.raml.parser.builder
MapWithListValueTupleBuilder(String, Class<?>)
- Constructor for class org.raml.parser.builder.
MapWithListValueTupleBuilder
MapWithListValueTupleRule
- Class in
org.raml.parser.rule
MapWithListValueTupleRule(String, Class<?>, NodeRuleFactory)
- Constructor for class org.raml.parser.rule.
MapWithListValueTupleRule
MatchAllHandler
- Class in
org.raml.parser.resolver
MatchAllHandler()
- Constructor for class org.raml.parser.resolver.
MatchAllHandler
MaximumIntegerValidation
- Class in
org.raml.model.validation
MaximumIntegerValidation(String)
- Constructor for class org.raml.model.validation.
MaximumIntegerValidation
MaximumNumberValidation
- Class in
org.raml.model.validation
MaximumNumberValidation(String)
- Constructor for class org.raml.model.validation.
MaximumNumberValidation
MaxLengthValidation
- Class in
org.raml.model.validation
MaxLengthValidation(int)
- Constructor for class org.raml.model.validation.
MaxLengthValidation
MediaTypeResolver
- Class in
org.raml.parser.visitor
MediaTypeResolver()
- Constructor for class org.raml.parser.visitor.
MediaTypeResolver
MimeType
- Class in
org.raml.model
MimeType()
- Constructor for class org.raml.model.
MimeType
MinimumIntegerValidation
- Class in
org.raml.model.validation
MinimumIntegerValidation(String)
- Constructor for class org.raml.model.validation.
MinimumIntegerValidation
MinimumNumberValidation
- Class in
org.raml.model.validation
MinimumNumberValidation(String)
- Constructor for class org.raml.model.validation.
MinimumNumberValidation
MinLengthValidation
- Class in
org.raml.model.validation
MinLengthValidation(int)
- Constructor for class org.raml.model.validation.
MinLengthValidation
N
NodeBuilder
<
V
extends org.yaml.snakeyaml.nodes.Node> - Interface in
org.raml.parser.builder
Created with IntelliJ IDEA.
NodeHandler
- Interface in
org.raml.parser.visitor
NodeRule
<
V
extends org.yaml.snakeyaml.nodes.Node> - Interface in
org.raml.parser.rule
NodeRuleFactory
- Class in
org.raml.parser.rule
NodeRuleFactory(NodeRuleFactoryExtension...)
- Constructor for class org.raml.parser.rule.
NodeRuleFactory
NodeRuleFactoryExtension
- Interface in
org.raml.parser.rule
NodeUtils
- Class in
org.raml.parser.utils
NodeUtils()
- Constructor for class org.raml.parser.utils.
NodeUtils
NodeVisitor
- Class in
org.raml.parser.visitor
NodeVisitor(NodeHandler, ResourceLoader, TagResolver...)
- Constructor for class org.raml.parser.visitor.
NodeVisitor
NON_SCALAR_KEY_MESSAGE
- Static variable in class org.raml.parser.rule.
ValidationMessage
O
onCustomTagEnd(Tag, Node, NodeTuple)
- Method in interface org.raml.parser.visitor.
NodeHandler
onCustomTagEnd(Tag, Node, NodeTuple)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onCustomTagEnd(Tag, Node, NodeTuple)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onCustomTagError(Tag, Node, String)
- Method in interface org.raml.parser.visitor.
NodeHandler
onCustomTagError(Tag, Node, String)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onCustomTagError(Tag, Node, String)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onCustomTagStart(Tag, Node, NodeTuple)
- Method in interface org.raml.parser.visitor.
NodeHandler
onCustomTagStart(Tag, Node, NodeTuple)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onCustomTagStart(Tag, Node, NodeTuple)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onDocumentEnd(MappingNode)
- Method in interface org.raml.parser.visitor.
NodeHandler
onDocumentEnd(MappingNode)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onDocumentEnd(MappingNode)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onDocumentStart(MappingNode)
- Method in interface org.raml.parser.visitor.
NodeHandler
onDocumentStart(MappingNode)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onDocumentStart(MappingNode)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onMappingNodeEnd(MappingNode, TupleType)
- Method in interface org.raml.parser.visitor.
NodeHandler
onMappingNodeEnd(MappingNode, TupleType)
- Method in class org.raml.parser.visitor.
RamlDocumentBuilder
onMappingNodeEnd(MappingNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onMappingNodeEnd(MappingNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onMappingNodeStart(MappingNode, TupleType)
- Method in interface org.raml.parser.visitor.
NodeHandler
onMappingNodeStart(MappingNode, TupleType)
- Method in class org.raml.parser.visitor.
RamlDocumentBuilder
onMappingNodeStart(MappingNode, TupleType)
- Method in class org.raml.parser.visitor.
RamlDocumentValidator
onMappingNodeStart(MappingNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onMappingNodeStart(MappingNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onRuleEnd()
- Method in class org.raml.parser.rule.
ContributionTupleRule
onRuleEnd()
- Method in class org.raml.parser.rule.
DefaultTupleRule
onRuleEnd()
- Method in class org.raml.parser.rule.
ImplicitMapEntryRule
onRuleEnd()
- Method in interface org.raml.parser.rule.
NodeRule
Called when the ruled was ended to verify all mandatory fields are present
onRuleEnd()
- Method in class org.raml.parser.rule.
ParamRule
onRuleEnd()
- Method in class org.raml.parser.rule.
UnknownTupleRule
onRuleEnd()
- Method in class org.raml.parser.rule.
UriParametersRule
onScalar(ScalarNode, TupleType)
- Method in interface org.raml.parser.visitor.
NodeHandler
onScalar(ScalarNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onScalar(ScalarNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onSequenceElementEnd(Node)
- Method in interface org.raml.parser.visitor.
NodeHandler
onSequenceElementEnd(Node)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onSequenceElementEnd(Node)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onSequenceElementStart(Node)
- Method in interface org.raml.parser.visitor.
NodeHandler
onSequenceElementStart(Node)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onSequenceElementStart(Node)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onSequenceEnd(SequenceNode, TupleType)
- Method in interface org.raml.parser.visitor.
NodeHandler
onSequenceEnd(SequenceNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onSequenceEnd(SequenceNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onSequenceStart(SequenceNode, TupleType)
- Method in interface org.raml.parser.visitor.
NodeHandler
onSequenceStart(SequenceNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onSequenceStart(SequenceNode, TupleType)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onTupleEnd(NodeTuple)
- Method in interface org.raml.parser.visitor.
NodeHandler
onTupleEnd(NodeTuple)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onTupleEnd(NodeTuple)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
onTupleStart(NodeTuple)
- Method in interface org.raml.parser.visitor.
NodeHandler
onTupleStart(NodeTuple)
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
onTupleStart(NodeTuple)
- Method in class org.raml.parser.visitor.
YamlDocumentValidator
OPTIONAL_MODIFIER
- Static variable in class org.raml.parser.visitor.
TemplateResolver
org.raml.emitter
- package org.raml.emitter
org.raml.model
- package org.raml.model
org.raml.model.parameter
- package org.raml.model.parameter
org.raml.model.validation
- package org.raml.model.validation
org.raml.parser
- package org.raml.parser
org.raml.parser.annotation
- package org.raml.parser.annotation
org.raml.parser.builder
- package org.raml.parser.builder
org.raml.parser.loader
- package org.raml.parser.loader
org.raml.parser.resolver
- package org.raml.parser.resolver
org.raml.parser.rule
- package org.raml.parser.rule
org.raml.parser.tagresolver
- package org.raml.parser.tagresolver
org.raml.parser.utils
- package org.raml.parser.utils
org.raml.parser.visitor
- package org.raml.parser.visitor
P
ParamRule
- Class in
org.raml.parser.rule
ParamRule(String, NodeRuleFactory)
- Constructor for class org.raml.parser.rule.
ParamRule
ParamType
- Enum in
org.raml.model
Parent
- Annotation Type in
org.raml.parser.annotation
parse(String)
- Method in class org.raml.model.validation.
MaximumIntegerValidation
parse(String)
- Method in class org.raml.model.validation.
MaximumNumberValidation
parse(String)
- Method in class org.raml.model.validation.
MinimumIntegerValidation
parse(String)
- Method in class org.raml.model.validation.
MinimumNumberValidation
ParseException
- Exception in
org.raml.parser
ParseException(String)
- Constructor for exception org.raml.parser.
ParseException
PatternValidation
- Class in
org.raml.model.validation
PatternValidation(String)
- Constructor for class org.raml.model.validation.
PatternValidation
pluralize(String)
- Static method in class org.raml.parser.utils.
Inflector
PojoTupleBuilder
- Class in
org.raml.parser.builder
PojoTupleBuilder(String, Class<?>)
- Constructor for class org.raml.parser.builder.
PojoTupleBuilder
PojoTupleBuilder(Class<?>)
- Constructor for class org.raml.parser.builder.
PojoTupleBuilder
PojoTupleRule
- Class in
org.raml.parser.rule
PojoTupleRule(String, Class<?>, NodeRuleFactory)
- Constructor for class org.raml.parser.rule.
PojoTupleRule
PojoTupleRule(String, Class<?>)
- Constructor for class org.raml.parser.rule.
PojoTupleRule
PojoValidatorTagResolver
- Class in
org.raml.parser.tagresolver
This tag resolver validates that the classes referenced by jackson and jaxb tagged nodes are present.
PojoValidatorTagResolver()
- Constructor for class org.raml.parser.tagresolver.
PojoValidatorTagResolver
postBuildProcess()
- Method in class org.raml.parser.visitor.
RamlDocumentBuilder
postBuildProcess()
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
preBuildProcess()
- Method in class org.raml.parser.visitor.
RamlDocumentBuilder
preBuildProcess()
- Method in class org.raml.parser.visitor.
YamlDocumentBuilder
preValidation(MappingNode)
- Method in class org.raml.parser.visitor.
RamlValidationService
preValidation(MappingNode)
- Method in class org.raml.parser.visitor.
YamlValidationService
processPojoAnnotations(Object, Object, Object)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
Protocol
- Enum in
org.raml.model
Q
QueryParameter
- Class in
org.raml.model.parameter
QueryParameter()
- Constructor for class org.raml.model.parameter.
QueryParameter
R
Raml
- Class in
org.raml.model
Raml()
- Constructor for class org.raml.model.
Raml
RamlDocumentBuilder
- Class in
org.raml.parser.visitor
RamlDocumentBuilder()
- Constructor for class org.raml.parser.visitor.
RamlDocumentBuilder
RamlDocumentBuilder(ResourceLoader, TagResolver...)
- Constructor for class org.raml.parser.visitor.
RamlDocumentBuilder
RamlDocumentValidator
- Class in
org.raml.parser.visitor
RamlDocumentValidator()
- Constructor for class org.raml.parser.visitor.
RamlDocumentValidator
RamlDocumentValidator(NodeRuleFactory)
- Constructor for class org.raml.parser.visitor.
RamlDocumentValidator
RamlEmitter
- Class in
org.raml.emitter
RamlEmitter()
- Constructor for class org.raml.emitter.
RamlEmitter
RamlValidationService
- Class in
org.raml.parser.visitor
RamlValidationService(ResourceLoader, RamlDocumentValidator, TagResolver...)
- Constructor for class org.raml.parser.visitor.
RamlValidationService
ReflectionUtils
- Class in
org.raml.parser.utils
ReflectionUtils()
- Constructor for class org.raml.parser.utils.
ReflectionUtils
resolve(Node, ResourceLoader, NodeHandler)
- Method in class org.raml.parser.tagresolver.
IncludeResolver
resolve(Node, ResourceLoader, NodeHandler)
- Method in class org.raml.parser.tagresolver.
JacksonTagResolver
resolve(Node, ResourceLoader, NodeHandler)
- Method in class org.raml.parser.tagresolver.
JaxbTagResolver
resolve(Node, ResourceLoader, NodeHandler)
- Method in class org.raml.parser.tagresolver.
PojoValidatorTagResolver
resolve(Node, ResourceLoader, NodeHandler)
- Method in interface org.raml.parser.tagresolver.
TagResolver
resolve(MappingNode)
- Method in class org.raml.parser.visitor.
MediaTypeResolver
resolve(MappingNode, String, String)
- Method in class org.raml.parser.visitor.
TemplateResolver
Resource
- Class in
org.raml.model
Resource()
- Constructor for class org.raml.model.
Resource
RESOURCE_TYPE_USE_KEY
- Static variable in class org.raml.parser.visitor.
TemplateResolver
ResourceHandler
- Class in
org.raml.parser.resolver
ResourceHandler()
- Constructor for class org.raml.parser.resolver.
ResourceHandler
ResourceLoader
- Interface in
org.raml.parser.loader
ResourceTypeBuilder
- Class in
org.raml.parser.builder
ResourceTypeBuilder()
- Constructor for class org.raml.parser.builder.
ResourceTypeBuilder
Response
- Class in
org.raml.model
Response()
- Constructor for class org.raml.model.
Response
rules
- Variable in class org.raml.parser.rule.
DefaultTupleRule
S
Scalar
- Annotation Type in
org.raml.parser.annotation
ScalarTupleBuilder
- Class in
org.raml.parser.builder
ScalarTupleBuilder(String, Class<?>)
- Constructor for class org.raml.parser.builder.
ScalarTupleBuilder
SchemaRule
- Class in
org.raml.parser.rule
SchemaRule()
- Constructor for class org.raml.parser.rule.
SchemaRule
SecurityReference
- Class in
org.raml.model
SecurityReference(String)
- Constructor for class org.raml.model.
SecurityReference
SecurityReferenceRule
- Class in
org.raml.parser.rule
SecurityReferenceRule()
- Constructor for class org.raml.parser.rule.
SecurityReferenceRule
SecurityReferenceRule(NodeRuleFactory)
- Constructor for class org.raml.parser.rule.
SecurityReferenceRule
SecurityReferenceSequenceRule
- Class in
org.raml.parser.rule
SecurityReferenceSequenceRule()
- Constructor for class org.raml.parser.rule.
SecurityReferenceSequenceRule
SecurityScheme
- Class in
org.raml.model
SecurityScheme()
- Constructor for class org.raml.model.
SecurityScheme
SecuritySchemeDescriptor
- Class in
org.raml.model
SecuritySchemeDescriptor()
- Constructor for class org.raml.model.
SecuritySchemeDescriptor
SEPARATOR
- Static variable in class org.raml.parser.tagresolver.
IncludeResolver
Sequence
- Annotation Type in
org.raml.parser.annotation
SequenceBuilder
- Interface in
org.raml.parser.builder
Created with IntelliJ IDEA.
SequenceRule
- Interface in
org.raml.parser.rule
SequenceTupleBuilder
- Class in
org.raml.parser.builder
SequenceTupleBuilder(String, Type)
- Constructor for class org.raml.parser.builder.
SequenceTupleBuilder
SequenceTupleNullsAllowedRule
- Class in
org.raml.parser.rule
SequenceTupleNullsAllowedRule()
- Constructor for class org.raml.parser.rule.
SequenceTupleNullsAllowedRule
SequenceTupleRule
- Class in
org.raml.parser.rule
SequenceTupleRule()
- Constructor for class org.raml.parser.rule.
SequenceTupleRule
SequenceTupleRule(String, Type)
- Constructor for class org.raml.parser.rule.
SequenceTupleRule
SequenceTupleRule(String, Type, NodeRuleFactory)
- Constructor for class org.raml.parser.rule.
SequenceTupleRule
setActions(Map<ActionType, Action>)
- Method in class org.raml.model.
Resource
setBaseUri(String)
- Method in class org.raml.model.
Raml
setBaseUriParameters(Map<String, List<UriParameter>>)
- Method in class org.raml.model.
Action
setBaseUriParameters(Map<String, UriParameter>)
- Method in class org.raml.model.
Raml
setBaseUriParameters(Map<String, List<UriParameter>>)
- Method in class org.raml.model.
Resource
setBody(Map<String, MimeType>)
- Method in class org.raml.model.
Action
setBody(Map<String, MimeType>)
- Method in class org.raml.model.
Response
setContent(String)
- Method in class org.raml.model.
DocumentationItem
setDefaultValue(String)
- Method in class org.raml.model.parameter.
AbstractParam
setDescribedBy(SecuritySchemeDescriptor)
- Method in class org.raml.model.
SecurityScheme
setDescription(String)
- Method in class org.raml.model.
Action
setDescription(String)
- Method in class org.raml.model.parameter.
AbstractParam
setDescription(String)
- Method in class org.raml.model.
Resource
setDescription(String)
- Method in class org.raml.model.
Response
setDescription(String)
- Method in class org.raml.model.
SecurityScheme
setDisplayName(String)
- Method in class org.raml.model.parameter.
AbstractParam
setDisplayName(String)
- Method in class org.raml.model.
Resource
setDisplayName(String)
- Method in class org.raml.model.
Template
setDocumentation(List<DocumentationItem>)
- Method in class org.raml.model.
Raml
setEnumeration(List<String>)
- Method in class org.raml.model.parameter.
AbstractParam
setExample(String)
- Method in class org.raml.model.
MimeType
setExample(String)
- Method in class org.raml.model.parameter.
AbstractParam
setFieldClass(Class<?>)
- Method in class org.raml.parser.rule.
SimpleRule
setFormParameters(Map<String, List<FormParameter>>)
- Method in class org.raml.model.
MimeType
setHandler(TupleHandler)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
setHandler(TupleHandler)
- Method in interface org.raml.parser.builder.
TupleBuilder
setHandler(TupleHandler)
- Method in class org.raml.parser.rule.
ContributionTupleRule
setHandler(TupleHandler)
- Method in class org.raml.parser.rule.
DefaultTupleRule
setHandler(TupleHandler)
- Method in interface org.raml.parser.rule.
TupleRule
setHeaders(Map<String, Header>)
- Method in class org.raml.model.
Action
setHeaders(Map<String, Header>)
- Method in class org.raml.model.
Response
setHeaders(Map<String, Header>)
- Method in class org.raml.model.
SecuritySchemeDescriptor
setIncludeContext(Deque<IncludeInfo>)
- Method in class org.raml.parser.rule.
ValidationResult
setIs(List<String>)
- Method in class org.raml.model.
Action
setIs(List<String>)
- Method in class org.raml.model.
Resource
setKeyNode(ScalarNode)
- Method in class org.raml.parser.rule.
SimpleRule
setKeyNode(ScalarNode)
- Method in class org.raml.parser.rule.
UriParametersRule
setMaximum(Double)
- Method in class org.raml.model.parameter.
AbstractParam
setMaxLength(Integer)
- Method in class org.raml.model.parameter.
AbstractParam
setMediaType(String)
- Method in class org.raml.model.
Raml
setMinimum(Double)
- Method in class org.raml.model.parameter.
AbstractParam
setMinLength(Integer)
- Method in class org.raml.model.parameter.
AbstractParam
setName(String)
- Method in class org.raml.model.
SecurityReference
setName(String)
- Method in class org.raml.parser.rule.
ContributionTupleRule
setName(String)
- Method in class org.raml.parser.rule.
DefaultTupleRule
setName(String)
- Method in interface org.raml.parser.rule.
TupleRule
setNestedBuilders(Map<String, TupleBuilder<?, ?>>)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
setNestedBuilders(Map<String, TupleBuilder<?, ?>>)
- Method in interface org.raml.parser.builder.
TupleBuilder
setNestedRules(Map<String, TupleRule<?, ?>>)
- Method in class org.raml.parser.rule.
ContributionTupleRule
setNestedRules(Map<String, TupleRule<?, ?>>)
- Method in class org.raml.parser.rule.
DefaultTupleRule
setNestedRules(Map<String, TupleRule<?, ?>>)
- Method in interface org.raml.parser.rule.
TupleRule
setNodeRuleFactory(NodeRuleFactory)
- Method in class org.raml.parser.rule.
ContributionTupleRule
setNodeRuleFactory(NodeRuleFactory)
- Method in class org.raml.parser.rule.
DefaultTupleRule
setNodeRuleFactory(NodeRuleFactory)
- Method in interface org.raml.parser.rule.
TupleRule
setParameters(Map<String, List<String>>)
- Method in class org.raml.model.
SecurityReference
setParentNodeBuilder(NodeBuilder)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
setParentNodeBuilder(NodeBuilder)
- Method in interface org.raml.parser.builder.
NodeBuilder
Sets the parent builder
setParentTupleRule(TupleRule<?, ?>)
- Method in class org.raml.parser.rule.
ContributionTupleRule
setParentTupleRule(TupleRule<?, ?>)
- Method in class org.raml.parser.rule.
DefaultTupleRule
setParentTupleRule(TupleRule<?, ?>)
- Method in interface org.raml.parser.rule.
TupleRule
setParentUri(String)
- Method in class org.raml.model.
Resource
setPattern(String)
- Method in class org.raml.model.parameter.
AbstractParam
setProperty(Object, String, Object)
- Static method in class org.raml.parser.utils.
ReflectionUtils
setProtocols(List<Protocol>)
- Method in class org.raml.model.
Action
setProtocols(List<Protocol>)
- Method in class org.raml.model.
Raml
setQueryParameters(Map<String, QueryParameter>)
- Method in class org.raml.model.
Action
setQueryParameters(Map<String, QueryParameter>)
- Method in class org.raml.model.
SecuritySchemeDescriptor
setRelativeUri(String)
- Method in class org.raml.model.
Resource
setRepeat(boolean)
- Method in class org.raml.model.parameter.
AbstractParam
setRequired(boolean)
- Method in class org.raml.model.parameter.
AbstractParam
setRequired(boolean)
- Method in class org.raml.parser.rule.
ContributionTupleRule
setRequired(boolean)
- Method in class org.raml.parser.rule.
DefaultTupleRule
setRequired(boolean)
- Method in interface org.raml.parser.rule.
TupleRule
setResource(Resource)
- Method in class org.raml.model.
Action
setResourceLoader(ResourceLoader)
- Method in class org.raml.parser.visitor.
RamlDocumentValidator
setResources(Map<String, Resource>)
- Method in class org.raml.model.
Raml
setResources(Map<String, Resource>)
- Method in class org.raml.model.
Resource
setResourceTypes(List<Map<String, Template>>)
- Method in class org.raml.model.
Raml
setResponses(Map<String, Response>)
- Method in class org.raml.model.
Action
setResponses(Map<String, Response>)
- Method in class org.raml.model.
SecuritySchemeDescriptor
setSchema(String)
- Method in class org.raml.model.
MimeType
setSchemas(List<Map<String, String>>)
- Method in class org.raml.model.
Raml
setSecuredBy(List<SecurityReference>)
- Method in class org.raml.model.
Action
setSecuredBy(List<SecurityReference>)
- Method in class org.raml.model.
Raml
setSecuredBy(List<SecurityReference>)
- Method in class org.raml.model.
Resource
setSecuritySchemes(List<Map<String, SecurityScheme>>)
- Method in class org.raml.model.
Raml
setSettings(Map<String, List<String>>)
- Method in class org.raml.model.
SecurityScheme
setTitle(String)
- Method in class org.raml.model.
DocumentationItem
setTitle(String)
- Method in class org.raml.model.
Raml
setTraits(List<Map<String, Template>>)
- Method in class org.raml.model.
Raml
setType(ActionType)
- Method in class org.raml.model.
Action
setType(String)
- Method in class org.raml.model.
MimeType
setType(ParamType)
- Method in class org.raml.model.parameter.
AbstractParam
setType(String)
- Method in class org.raml.model.
Resource
setType(String)
- Method in class org.raml.model.
SecurityScheme
setUriParameters(Map<String, UriParameter>)
- Method in class org.raml.model.
Resource
setValueNode(ScalarNode)
- Method in class org.raml.parser.rule.
SimpleRule
setValueType(Type)
- Method in class org.raml.parser.rule.
ContributionTupleRule
setValueType(Type)
- Method in class org.raml.parser.rule.
DefaultTupleRule
setValueType(Type)
- Method in class org.raml.parser.rule.
ImplicitMapEntryRule
setValueType(Type)
- Method in class org.raml.parser.rule.
MapTupleRule
setValueType(Type)
- Method in class org.raml.parser.rule.
PojoTupleRule
setValueType(Type)
- Method in class org.raml.parser.rule.
SequenceTupleRule
setValueType(Type)
- Method in interface org.raml.parser.rule.
TupleRule
setVersion(String)
- Method in class org.raml.model.
Raml
SimpleNullAllowedRule
- Class in
org.raml.parser.rule
SimpleNullAllowedRule(String, Class<?>)
- Constructor for class org.raml.parser.rule.
SimpleNullAllowedRule
SimpleRule
- Class in
org.raml.parser.rule
SimpleRule(String, Class<?>)
- Constructor for class org.raml.parser.rule.
SimpleRule
singularize(String)
- Static method in class org.raml.parser.utils.
Inflector
T
TagResolver
- Interface in
org.raml.parser.tagresolver
Template
- Class in
org.raml.model
Template()
- Constructor for class org.raml.model.
Template
TemplateBuilder
- Class in
org.raml.parser.builder
TemplateBuilder(String)
- Constructor for class org.raml.parser.builder.
TemplateBuilder
TemplateResolver
- Class in
org.raml.parser.visitor
TemplateResolver(ResourceLoader, NodeHandler)
- Constructor for class org.raml.parser.visitor.
TemplateResolver
toString()
- Method in class org.raml.model.
Action
toString()
- Method in class org.raml.model.
MimeType
toString()
- Method in class org.raml.model.
Resource
toString()
- Method in class org.raml.parser.builder.
ImplicitMapEntryBuilder
toString()
- Method in class org.raml.parser.builder.
MapTupleBuilder
toString()
- Method in class org.raml.parser.builder.
PojoTupleBuilder
toString()
- Method in class org.raml.parser.rule.
ValidationResult
TRAIT_USE_KEY
- Static variable in class org.raml.parser.visitor.
TemplateResolver
TraitBuilder
- Class in
org.raml.parser.builder
TraitBuilder()
- Constructor for class org.raml.parser.builder.
TraitBuilder
TupleBuilder
<
K
extends org.yaml.snakeyaml.nodes.Node,
V
extends org.yaml.snakeyaml.nodes.Node> - Interface in
org.raml.parser.builder
TupleBuilderFactory
- Class in
org.raml.parser.builder
TupleBuilderFactory()
- Constructor for class org.raml.parser.builder.
TupleBuilderFactory
TupleHandler
- Interface in
org.raml.parser.resolver
TupleRule
<
K
extends org.yaml.snakeyaml.nodes.Node,
V
extends org.yaml.snakeyaml.nodes.Node> - Interface in
org.raml.parser.rule
TupleType
- Enum in
org.raml.parser.visitor
U
unalias(Object, String)
- Method in class org.raml.parser.builder.
DefaultTupleBuilder
UNKNOWN
- Static variable in class org.raml.parser.rule.
ValidationResult
UnknownTupleRule
<
K
extends org.yaml.snakeyaml.nodes.Node,
V
extends org.yaml.snakeyaml.nodes.Node> - Class in
org.raml.parser.rule
UnknownTupleRule(String)
- Constructor for class org.raml.parser.rule.
UnknownTupleRule
URI_NOT_VALID_MESSAGE
- Static variable in class org.raml.parser.rule.
BaseUriRule
URI_PATTERN
- Static variable in class org.raml.parser.rule.
BaseUriRule
UriParameter
- Class in
org.raml.model.parameter
UriParameter()
- Constructor for class org.raml.model.parameter.
UriParameter
UriParameter(String)
- Constructor for class org.raml.model.parameter.
UriParameter
UriParametersRule
- Class in
org.raml.parser.rule
UriParametersRule()
- Constructor for class org.raml.parser.rule.
UriParametersRule
UrlResourceLoader
- Class in
org.raml.parser.loader
UrlResourceLoader()
- Constructor for class org.raml.parser.loader.
UrlResourceLoader
V
validate(String)
- Method in class org.raml.model.parameter.
AbstractParam
validate(AbstractParam, String)
- Method in enum org.raml.model.
ParamType
validate(MappingNode)
- Method in class org.raml.parser.visitor.
YamlValidationService
validate(InputStream)
- Method in class org.raml.parser.visitor.
YamlValidationService
validate(String)
- Method in class org.raml.parser.visitor.
YamlValidationService
validate(Reader)
- Method in class org.raml.parser.visitor.
YamlValidationService
validateKey(Node)
- Method in class org.raml.parser.rule.
ContributionTupleRule
validateKey(K)
- Method in class org.raml.parser.rule.
DefaultTupleRule
validateKey(ScalarNode)
- Method in class org.raml.parser.rule.
EnumModifierRule
validateKey(ScalarNode)
- Method in class org.raml.parser.rule.
ImplicitMapEntryRule
validateKey(ScalarNode)
- Method in class org.raml.parser.rule.
MapTupleRule
validateKey(ScalarNode)
- Method in class org.raml.parser.rule.
MapWithListValueTupleRule
validateKey(ScalarNode)
- Method in class org.raml.parser.rule.
PojoTupleRule
validateKey(ScalarNode)
- Method in class org.raml.parser.rule.
SimpleRule
validateKey(K)
- Method in interface org.raml.parser.rule.
TupleRule
validateKey(ScalarNode)
- Method in class org.raml.parser.rule.
UriParametersRule
validateValue(Node)
- Method in class org.raml.parser.rule.
ContributionTupleRule
validateValue(Node)
- Method in class org.raml.parser.rule.
DefaultTupleRule
validateValue(V)
- Method in interface org.raml.parser.rule.
NodeRule
Validates the given value
Validation
- Interface in
org.raml.model.validation
ValidationMessage
- Class in
org.raml.parser.rule
ValidationResult
- Class in
org.raml.parser.rule
ValidationResult.Level
- Enum in
org.raml.parser.rule
ValidationType
- Enum in
org.raml.model.validation
Value
- Annotation Type in
org.raml.parser.annotation
valueOf(String)
- Static method in enum org.raml.model.
ActionType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.raml.model.
ParamType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.raml.model.
Protocol
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.raml.model.validation.
ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.raml.parser.rule.
ValidationResult.Level
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.raml.parser.visitor.
TupleType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.raml.model.
ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.raml.model.
ParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.raml.model.
Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.raml.model.validation.
ValidationType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.raml.parser.rule.
ValidationResult.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.raml.parser.visitor.
TupleType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION
- Static variable in class org.raml.emitter.
RamlEmitter
VERSION_NOT_PRESENT_MESSAGE
- Static variable in class org.raml.parser.rule.
BaseUriRule
visitDocument(MappingNode)
- Method in class org.raml.parser.visitor.
NodeVisitor
W
wasAlreadyDefined()
- Method in class org.raml.parser.rule.
SimpleRule
wasAlreadyDefined()
- Method in class org.raml.parser.rule.
UriParametersRule
Y
YamlDocumentBuilder
<
T
> - Class in
org.raml.parser.visitor
YamlDocumentBuilder(Class<T>, ResourceLoader, TagResolver...)
- Constructor for class org.raml.parser.visitor.
YamlDocumentBuilder
YamlDocumentValidator
- Class in
org.raml.parser.visitor
YamlDocumentValidator(Class<?>)
- Constructor for class org.raml.parser.visitor.
YamlDocumentValidator
YamlDocumentValidator(Class<?>, NodeRuleFactory)
- Constructor for class org.raml.parser.visitor.
YamlDocumentValidator
YamlValidationService
- Class in
org.raml.parser.visitor
YamlValidationService(ResourceLoader, YamlValidator, TagResolver[])
- Constructor for class org.raml.parser.visitor.
YamlValidationService
YamlValidator
- Interface in
org.raml.parser.visitor
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013. All rights reserved.