p

amf.shapes.internal

annotations

package annotations

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CollectionFormatFromItems() extends Annotation with Product with Serializable
  2. case class ExternalJsonSchemaShape(original: YMapEntry) extends Annotation with Product with Serializable
  3. case class ExternalReferenceUrl(url: String) extends Annotation with Product with Serializable
  4. case class ExternalSchemaWrapper() extends Annotation with Product with Serializable
  5. case class ForceEntry() extends Annotation with Product with Serializable
  6. case class GeneratedJSONSchema(rawText: String) extends Annotation with Product with Serializable
  7. case class GeneratedRamlDatatype(rawText: String) extends Annotation with Product with Serializable

    Represents generated RAML Data Type.

  8. case class InlineDefinition() extends Annotation with Product with Serializable
  9. case class JSONSchemaId(id: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  10. case class JSONSchemaRoot() extends Annotation with Product with Serializable

    Mark the declaration as the root of the JSON schema.

  11. case class OrphanOasExtension(location: String) extends SerializableAnnotation with Product with Serializable
  12. case class ParsedFromTypeExpression(expression: String) extends SerializableAnnotation with Product with Serializable
  13. case class ParsedJSONExample(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  14. case class ParsedJSONSchema(rawText: String) extends EternalSerializedAnnotation with Product with Serializable
  15. case class ParsedRamlDatatype(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable

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

  16. case class SchemaIsJsonSchema() extends Annotation with Product with Serializable
  17. case class TypePropertyLexicalInfo(range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable

Value Members

  1. object JSONSchemaId extends AnnotationGraphLoader with Serializable
  2. object OrphanOasExtension extends AnnotationGraphLoader with Serializable
  3. object ParsedFromTypeExpression extends AnnotationGraphLoader with Serializable
  4. object ParsedJSONExample extends AnnotationGraphLoader with Serializable
  5. object ParsedJSONSchema extends AnnotationGraphLoader with Serializable
  6. object ParsedRamlDatatype extends AnnotationGraphLoader with Serializable
  7. object TypePropertyLexicalInfo extends AnnotationGraphLoader with Serializable

Ungrouped