package annotations
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BodyParameter() extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class CollectionFormatFromItems() extends Annotation with Product with Serializable
- case class DefaultPayload() extends Annotation with Product with Serializable
- case class EmptyPayload() extends Annotation with Product with Serializable
- case class EndPointBodyParameter() extends Annotation with Product with Serializable
- case class EndPointParameter() extends Annotation with Product with Serializable
- case class EndPointResourceTypeEntry(range: Range) extends Annotation with Product with Serializable
- case class EndPointTraitEntry(range: Range) extends Annotation with Product with Serializable
- case class ExampleIndex(index: Int) extends Annotation with Product with Serializable
- case class ExternalJsonSchemaShape(original: YMapEntry) extends Annotation with Product with Serializable
- case class ExternalReferenceUrl(url: String) extends Annotation with Product with Serializable
- case class ExternalSchemaWrapper() extends Annotation with Product with Serializable
- case class ForceEntry() extends Annotation with Product with Serializable
- case class FormBodyParameter() extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class GeneratedJSONSchema(rawText: String) extends Annotation with Product with Serializable
-
case class
GeneratedRamlDatatype(rawText: String) extends Annotation with Product with Serializable
Represents generated RAML Data Type.
- case class InlineDefinition() extends Annotation with Product with Serializable
- case class JSONSchemaId(id: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
-
case class
JSONSchemaRoot() extends Annotation with Product with Serializable
Mark the declaration as the root of the JSON schema.
- case class LocalLinkPath(rawPath: String) extends SerializableAnnotation with Product with Serializable
- case class OperationTraitEntry(range: Range) extends Annotation with Product with Serializable
- case class ParameterNameForPayload(paramName: String, range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class ParsedJSONExample(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class ParsedJSONSchema(rawText: String) extends EternalSerializedAnnotation with Product with Serializable
-
case class
ParsedRamlDatatype(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
Represents parsed RAML Data Type from any type of RAML document.
- case class ReferencedElement(parsedUrl: String, referenced: DomainElement) extends Annotation with Product with Serializable
- case class RequiredParamPayload(required: Boolean, range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class SchemaIsJsonSchema() extends Annotation with Product with Serializable
Value Members
- object BodyParameter extends AnnotationGraphLoader with Serializable
- object FormBodyParameter extends AnnotationGraphLoader with Serializable
- object JSONSchemaId extends AnnotationGraphLoader with Serializable
- object LocalLinkPath extends AnnotationGraphLoader with Serializable
- object ParameterNameForPayload extends AnnotationGraphLoader with Serializable
- object ParsedJSONExample extends AnnotationGraphLoader with Serializable
- object ParsedJSONSchema extends AnnotationGraphLoader with Serializable
- object ParsedRamlDatatype extends AnnotationGraphLoader with Serializable
- object RequiredParamPayload extends AnnotationGraphLoader with Serializable