package annotations

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class BodyParameter() extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  2. case class CollectionFormatFromItems() extends Annotation with Product with Serializable
  3. case class DefaultPayload() extends Annotation with Product with Serializable
  4. case class EmptyPayload() extends Annotation with Product with Serializable
  5. case class EndPointBodyParameter() extends Annotation with Product with Serializable
  6. case class EndPointParameter() extends Annotation with Product with Serializable
  7. case class EndPointResourceTypeEntry(range: Range) extends Annotation with Product with Serializable
  8. case class EndPointTraitEntry(range: Range) extends Annotation with Product with Serializable
  9. case class ExtensionProvenance(baseId: String, baseLocation: Option[String]) extends SerializableAnnotation with UriAnnotation with PerpetualAnnotation with Product with Serializable
  10. case class FormBodyParameter() extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  11. case class GeneratedJSONSchema(rawText: String) extends Annotation with Product with Serializable
  12. case class GeneratedRamlDatatype(rawText: String) extends Annotation with Product with Serializable

    Represents generated RAML Data Type.

  13. case class Inferred() extends Annotation with Product with Serializable
  14. case class InlineDefinition() extends Annotation with Product with Serializable
  15. case class JSONSchemaId(id: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  16. case class JSONSchemaRoot() extends Annotation with Product with Serializable

    Mark the declaration as the root of the JSON schema.

  17. case class LocalLinkPath(rawPath: String) extends SerializableAnnotation with Product with Serializable
  18. case class OperationTraitEntry(range: Range) extends Annotation with Product with Serializable
  19. case class ParameterNameForPayload(paramName: String, range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  20. case class ParsedJSONExample(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  21. case class ParsedJSONSchema(rawText: String) extends EternalSerializedAnnotation with Product with Serializable
  22. case class ParsedRamlDatatype(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable

    Represents parsed RAML Data Type from any type of RAML document.

  23. case class ReferencedElement(parsedUrl: String, referenced: DomainElement) extends Annotation with Product with Serializable
  24. case class RequiredParamPayload(required: Boolean, range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  25. case class SchemaIsJsonSchema() extends Annotation with Product with Serializable

Value Members

  1. object BodyParameter extends AnnotationGraphLoader with Serializable
  2. object ExtensionProvenance extends AnnotationGraphLoader with Serializable
  3. object FormBodyParameter extends AnnotationGraphLoader with Serializable
  4. object JSONSchemaId extends AnnotationGraphLoader with Serializable
  5. object LocalLinkPath extends AnnotationGraphLoader with Serializable
  6. object ParameterNameForPayload extends AnnotationGraphLoader with Serializable
  7. object ParsedJSONExample extends AnnotationGraphLoader with Serializable
  8. object ParsedJSONSchema extends AnnotationGraphLoader with Serializable
  9. object ParsedRamlDatatype extends AnnotationGraphLoader with Serializable
  10. object RequiredParamPayload extends AnnotationGraphLoader with Serializable
  11. object WebApiAnnotations

Ungrouped